BODY {
color : black !important; 
background : white !important; 
font-family: verdana, helvetica, arial, sans-serif; 
} 

H1 {
font-size : 150%; 
font-family : sans-serif; 
}
 
H2 {
padding-left : 1em; 
border-top : solid red; 
border-right : solid red; 
border-bottom : solid red; 
border-left : solid red; 
color : yellow; 
background : #0c30ab; 
font-family : sans-serif; 
font-size : 125%; 
width : 550px; 
} 


H3 {
font-family : sans-serif; 
} 

UL {
display : list-item; 
list-style-type : square; 
list-style-position : outside; 
} 

OL {
display : list-item; 
white-space : normal; 
list-style-type : decimal; 
list-style-position : outside; 
} 

A:visited {
color : gray; 
background : white; 
} 

A:active {
background : yellow; 
color : red; 
} 

A:hover {
color : red; 
background : yellow; 
text-decoration : underline; 
} 

HR {
margin-left : 0; 
color : red; 
margin-right : 0; 
background : white; 
} 
