BODY {
font-family: Arial, Helvetica;
font-weight: normal;
font-style: normal;
font-size: 10pt;
color: black;
background: white;
color: black;
}

A:hover {
color: red;
background: blue;
} 

H1 {
font-family: Arial, Helvetica;
font-weight: normal;
font-size: 10pt;
font-style: italic;
color: black;
text-align: center; 
}

H3 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 14pt;
font-style: italic;
color: black;
text-align: center; 
}

.listitem {
font-family: Arial, Helvetica;
font-weight: 300;
font-size: 10pt;
font-style: normal;
text-align: left; 
padding-left: 30px;
color: black;
background-image: url(images/orangeball.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0% 0.15em;
}



