a:link, a:active, a:visited {
color : #ff0000; 
}

a:hover {
color : #0000ff; 
} 

body {
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
} 

td {
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
} 

h1 {
font-size : 36px; 
} 

h1, h2, h3, h4, h5 {
background-color : transparent; 
color : #ff0000; 
} 

h2 {
font-size : 28px; 
} 

h3 {
font-size : 20px; 
} 

h4 {
font-size : 16px; 
} 

h5 {
font-size : 14px; 
} 

hr {
background-color : transparent; 
color : #000000; 
height : 1px; 
} 


