/* --- basic text and color properties --- */ 
BODY {
	margin-top : 0;
	margin-left : 10px;
	margin-right : 0;
	background-color : #FFFFFF;
	
	background-repeat : repeat-y;
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
}

HR {
	margin-left : 0;
	margin-right : 0;
	color : #A482A4;
}
/* --- links --- */
A:LINK { 
	color : #006666;
	
	text-decoration : underline
	
 }
A:VISITED {
	color : #006699;
	
	text-decoration : none;
	text-decoration : underline;
	 
}

A:HOVER {
	color: #CC6666; 

	text-decoration : underline;
	 
} 


/* --- special classes --- */
.update	{
	color : #DD0099;
	font-weight : 600;
}

.minorupdate {
	color : #DD0099;
	font-size : smaller;
}

.note {
	color : #666666;
	font-size : 12px;
; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: 300; margin-right: 3px; margin-left: 3px
}


}
.notice {
	font-size: 16px;
	font-weight: 700;
	color: #FF3333;
	text-align: center;
}

