.Body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size : 12pt;
	color: white;
}
A.Body:link {color:white}
A.Body:visited {color:white}
A.Body:hover {color:yellow}
A.Body:active {color:red}

.Menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size : 14pt;
	color: white;
}
A.Menu:link {color:white; text-decoration:none}
A.Menu:visited {color:white; text-decoration:none}
A.Menu:hover {color:#FFCA00; text-decoration:none}
A.Menu:active {color:#28A2DF; text-decoration:none}

.Small {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size : 10pt;
	color: white;
}
A.Small:link {color:white}
A.Small:visited {color:white}
A.Small:hover {color:yellow}
A.Small:active {color:yellow}