H1{
font-size : 10px;
font-weight : lighter;
color : gray;
text-align : center;
margin-top : -5px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : -2px;
}
H2{
font-size : 12px;
font-weight : normal;
color : maroon;
text-align : center;
margin-top : 6px;
margin-left : 2px;
margin-right : 2px;
margin-bottom : 2px;
}
H3{
font-size : 12px;
font-weight : lighter;
color : navy;
text-align : center;
margin-top : 1px;
margin-left : 1px;
margin-right : 1px;
margin-bottom : 1px;
background-color : #ffebd7;
}
H4{
color : #aa5500;
font-size : 13px;
font-weight : normal;
margin-left : 6px;
margin-bottom : 5px;
margin-top : 3px;
}
TABLE{
font-size : 12px;
}
A:HOVER{
color : red;
background-color : aqua;
}
BODY{
font-size : 12px;
}

