HR {
color : black; 
background-color : white; 
height : 1px; 
} 

H5 {
font-weight : 200; 
font-size : x-small; 
color : black; 
} 

H4 {
font-weight : 600; 
font-size : medium; 
color : navy; 
} 

H3 {
font-weight : 900; 
font-size : large; 
color : navy; 
background-color : #326496; 
} 

H2 {
font-weight : 600; 
font-size : large; 
margin-bottom : -5px; 
margin-left : 5px; 
color : red; 
} 

H1 {
font-weight : bold; 
font-size : x-large; 
margin-bottom : -10px; 
margin-left : 5px; 
color : navy; 
} 

BODY {
font-weight : 400; 
font-size : medium; 
font-family : verdana, arial, helvetica, sans-serif; 
color : black; 
background : white none repeat; 
} 

A:visited {
font-weight : 600; 
text-decoration : none; 
} 

A:link {
font-weight : 600; 
text-decoration : none; 
} 

A:hover {
font-weight : 600; 
color : red; 
text-decoration : underline; 
} 

A:active {
font-weight : 600; 
text-decoration : none; 
} 

