A:link { color: #FFFFFF; text-decoration: none}
A:visited { color: #FFFFFF; text-decoration: none}
A:active { color: #FFFFFF; text-decoration: none }
A:hover { color: #FFFFFF; text-decoration: underline}  

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

{  }
{  }
#blankbg {background-image:  url(); background-repeat: no-repeat} 

H1 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #ffffff; font-weight: bold; text-align: center}

H2 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #ffffff; font-weight: bold; margin-left: 20px}

H3 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #ffffff; font-weight: normal; margin-left: 20px}

H4 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #ffffff; font-weight: bold; margin-left: 100px}

H5 {font-family: verdana, geneva, sans-serif; font-size: 9pt; color: #ffffff; font-weight: bold; text-align: center}

H6  {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #ffffff; font-weight: normal; text-align: right; margin-top: 20px; margin-right: 20px}

td {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #000000; margin-left:120px}

.white78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #ffffff}

.black78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #000000}

.red {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #ffffff; background-color: #CC0000; text-align: right}
.white2 {font-family: arial, geneva, sans-serif; font-size: 9pt; font-weight: bold; color: #ffffff; background-color: #CC0000}

body {background-color: FFFFFF; margin-top:0px; margin-left:0; margin-height:0; margin-width:0}







