P  {}

H1  {}

H2  {}

H3  {	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

H4  {	color: #3D429E;
	font-weight: bold;
	font-size : 32px;
	font-family:Tahoma;
}



A  {
	color : #5580FF;
	text-decoration : underline;
}

A:Visited  {
	color : #5580FF;
	text-decoration : underline;
}

A:Active  {
	color : #5580FF;
	text-decoration : underline;
}

A:Hover  {
	color : #FFFF00;
	text-decoration : none;
	background : #000000;
}

BODY  {
	color: #FFFFFF;
	font-family: Arial;
		
}

