BODY {
	font-size : 12px; 
	font-family : verdana, helvetica, sans-serif; 
	color : white; 
	background : #ffffff;
	margin : 0; 
	padding : 0; 
}
.small {
	font-size : 9px; 
	font-family : verdana, helvetica, sans-serif; 
	color : black; 
	FONT-WEIGHT: bold;
}
.black {
	font-size : 12px; 
	font-family : verdana, helvetica, sans-serif; 
	color : black; 
	FONT-WEIGHT: bold;
}
.secret {
	font-size : 10px; 
	font-family : verdana, helvetica, sans-serif; 
	color : black; 
}
.gray {
	font-size : 11px; 
	font-family : verdana, helvetica, sans-serif; 
	color : gray; 
}
A:link {
	COLOR: black; 
	TEXT-DECORATION: NONE;
}

A:visited {
	COLOR: black; 
	TEXT-DECORATION: NONE;
}

A:active {
	COLOR: black; 
	TEXT-DECORATION: NONE;
}

A:hover {

	COLOR: #8B3051; 
	FONT-WEIGHT: bold;
	font-style: italic;
}
