h1 {
   font-size : 25px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 2px;
}
h2 {
   font-size : 21px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 2px;
}
h3 {
   font-size : 18px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 2px;
}
h4 {
   font-size : 14px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 2px;
}
h5 {
   font-size : 11px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 2px;
}
h6 {
   font-size : 9px;
   font-family : Verdana,Arial;
   text-align : left;
   margin : 2px;
}

P {
   font-size : 12px;
   font-family : Verdana,Arial;
   color :black ;
   text-align : center;
   margin :2px;
}

BODY {
	font-size: 12px;
	font-family: Verdana,Arial;
	color: black;
	background: transparent;
	margin-left: 10px;
	
}


.vert:link{color: green;}
.vert:visited{color: grey;}



A:link{
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : black;
   text-decoration : none;
}

A:visited{
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : grey;
   text-decoration : none;
} 

A:hover {
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : red;  
   text-decoration : none;
}
A:active {
   font-weight : normal;
   font-size : 12px;
   font-family : Verdana,Arial;
   color : yellow;
   text-decoration : none;
}