h1,h2,h3,h4,h5,h6 { font-family: verdana; font-size: 12px; text-decoration: bold; }




.body1 {
font-family: verdana; color: black; font-size: 10px; }

.body2 {
font-family: verdana; color: #FF9933; font-size: 10px; font-weight: bold; }

.body3 {
font-family: verdana; color: black; font-size: 10px; font-weight: bold; }

.body4 {
font-family: verdana; color: black; font-size: 13px; font-weight: bold; }



/*LINK STYLES START HERE*/
A.A { font-family: verdana; text-decoration: underline; color: black; font-size: 10px; } 
A.A:visited { font-family: verdana; text-decoration: underline; color: black; font-size: 10px; } 
A.A:hover { font-family: verdana; text-decoration: none; color: black; font-size: 10px; }

A.B { font-family: verdana; text-decoration: underline;  font-weight: bold;color: black; font-size: 11px; } 
A.B:visited { font-family: verdana; text-decoration: underline;  font-weight: bold;color: black; font-size: 11px; } 
A.B:hover { font-family: verdana; text-decoration: none;  font-weight: bold;color: black; font-size: 11px; }

/*LINK STYLES END HERE*/
