body { 
font-family : Arial; 
font-size : 14px; 
margin-left : 5%; 
margin-top : 3%; 
margin-right : 5%; 
margin-bottom : 0%; 
color : black; 
} 
table.header { 
background-color : #f0f0ff; 
border-top : 1px solid #000000; 
border-bottom : 1px solid #000000; 
width : 100%; 
} 
A:link { 
color : #e60000; 
text-decoration : underline; 
} 
A:visited { 
color : #0000ff; 
text-decoration : underline; 
} 
A:active { 
color : #0000ff; 
text-decoration : none; 
} 
A:hover { 
color : #7575ff; 
} 
p { 
font-family : Arial; 
font-size : 14px; 
color : black; 
} 
h1 { 
font-family : Georgia; 
font-size : 1.4em; 
font-weight : bold; 
color : #000000; 
} 
h2 { 
font-size : 1.3em; 
font-weight : bold; 
} 
h3 { 
font-size : 1.1em; 
font-weight : bold; 
} 
h5 { 
font-weight : bold; 
} 
h6 { 
font-weight : normal; 
font-style : italic; 
} 
hr { 
color : #000000; 
background : #ffffff; 
}