h1 {
color : #ff0000; 
font-size : 12pt; 
font-weight : bold; 
text-align : center; 
margin-top : 10px; 
margin-bottom : 5px; 
font-family : verdana; 
} 

h2 {
color : #ff0000; 
font-size : 12pt; 
font-weight : bold; 
text-align : center; 
margin-top : 10px; 
margin-bottom : 0; 
font-family : verdana; 
font-variant : small-caps; 
} 

a {
color : #0000ff; 
text-decoration : underline; 
} 

a:hover {
background-color : #f79634; 
text-decoration : underline overline; 
} 

a:visited {
color : #0000ff;
 
} 

a:active {
color : #0000ff; 
background-color : #ffff00; 
text-decoration : underline overline; 
} 

img {
margin : 2px; 
} 

html, body {
	font-size : 10pt; 
margin-left : 10px; 
margin-right : 10px; 
font-family : verdana; 
color : #676767; 
background : #ffffff; 
} 

table {
	}

td, tr {
font-family : verdana; 
color : #676767; 
background : #ffffff; 
} 

