BODY {text-align: left ; FONT-WEIGHT : bold;}


H1
   {font-size: 22; FONT-WEIGHT : bold; text-font: Arial, Verdana,; color: black; text-align: center;}

H2
   {font-size: 20; text-font: Arial, Verdana,; color: black; text-align: left;}

H3
   {font-size: 20; text-font: Arial, Verdana,; color: blue; text-align: left;}

H4
   {font-size: 14; text-font: Arial, Verdana,; color: black; text-align: left;}




A:link {color:blue;}  
A:hover {color: black;}
A:visited {color: silver}




.menu {
	FONT-SIZE: 16px; FONT-WEIGHT : bold; text-align : center ;  COLOR: blue;  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}


.menu A:link {
	COLOR: blue; TEXT-DECORATION: none
}
.menu A:visited {
	COLOR: darkblue ; TEXT-DECORATION: none
}
.menu A:active {
	COLOR: red ; TEXT-DECORATION: none
}
.menu A:hover {
	COLOR: oragne; TEXT-DECORATION: none


