body { background-color: #AE0909; }

A:LINK {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color : Yellow;
	font-size: 10pt;
	text-decoration : none;	
}
A:VISITED {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color :Yellow;
	font-size: 10pt;
	text-decoration : none;	
}
A:HOVER {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color : Yellow;
	font-size: 10pt;
	text-decoration : underline overline;	
}

P {
	font-family : Arial, sans-serif;
	font-weight : bold;
	color : Yellow;
	font-size: 10pt;
}

