/* 
  Style Sheet
*/
body, p{
	Font-Family : Verdana,Arial;
	Font-Size : 10pt;
	Font-Weight : normal;
	Color : White;
	}

H1 {font: bold 24pt "Arial";}
H2 {font: bold 22pt "Arial";}
H3 {font: bold italic 18pt "Arial"; color: #4E7C96;}



A{
	Color : Yellow;
	Text-Decoration : underline;
	}


A:Visited{
	Color : Grey;
	Text-Decoration : underline;
	}


A:Active{
	Color : white ;
	Text-Decoration : none;
	}


a:hover      { color: #00FF00; text-decoration: none; background-color: #000000 }