style.css
(Sample Style Sheet)

body { 
background-color: #ffffff; 
font-family: Verdana, sans-serif; 
font-size: 9px; 
color: #000000;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

h1 {color: #000000; font-family: verdana,arial; font-size: 8pt; font-weight: normal; }
h2 {color: #000000; font-family: verdana,arial; font-size: 9pt; font-weight: bold; }
h3 {color: #000000; font-family: verdana,arial; font-size: 7pt; font-weight: normal; }

.note {
font-family: Verdana, sans-serif;
font-size: 9px;
color: purple;
font-weight: bold;
} 

.eightpoint {
font-family: Verdana, sans-serif;
font-size: 7pt;
color: black;
font-weight: normal;
} 
