BODY, TD  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000
}

H2 {
	font-size : larger;
	color : #FBF185;
	font-weight : bolder;
}

A {
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #5B69A6;
}
A:hover {
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline; 
	color: #0099FF  ;
}

A.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	color : #ff9900;
}

A:hover.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	color : red;
}

.cw {
	font-family: Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	font-size:  smaller;
}

A:whitelink {
	color : #ffffff;
}
