P  {font-family: Verdana;
font-size: 12px;
color: white;}

H1  {font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 16px;
	 color:Red;
	 text-align: center;
	 font-weight: bold}

H2  {
	font-family:Verdana;
	font-size: 12px;
	color: yellow;
	text-decoration : none;
	font-style: normal;
	font-weight: normal;
}

H3  {}

A  {
	color: #999999;
	text-decoration: none;
}

A:Visited  {
	color : #999999;
	text-decoration : none;
}

A:Active  {
	color: #999999;
	text-decoration: none;
}

A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY  {}
