A:link, A:visited {  color:blue; text-decoration: none }

A {color : Blue;
	font-family : Verdana;}
	
A:hover  {
	text-decoration : none;
	color : black;
	font-family : Verdana;
	background-color : green;
	
}

P {font-family:verdana; color:white; font-style:normal;
  font-size:12px;}

H1 {font-family:verdana; color:white;font-style:bold; text-align:center; font-size:14px; }

H2 {font-family:verdana; color:white;font-style:normal; text-align:center; font-size:14px;}

H3 {font-family:verdana;color:white; font-style:normal; text-align:center; font-size:16px;}
