/* PSPClass 2 Style Sheet - created March 8, 2001 */


body {background-color: #fffcfc;
color : #0a3dad;
font-family : arial, verdana, helvetica, sans-serif;
font-size: 90%;
}

p, td {
color : #0a3dad;
font-family : arial, verdana, helvetica, sans-serif;
font-size : 10pt;
}

h1 {
font-family : arial, verdana, helvetica, sans-serif;
color : #0a3dad;
font-size : 16pt;
}

h2 {
font-family : arial, verdana, helvetica, sans-serif;
color : #0a3dad;
font-size : 14pt;
}

h3 {
font-family : arial, verdana, helvetica, sans-serif;
color : #0a3dad;
font-size : 12pt;
}

a:link {color: #525e75;
text-decoration : none;
}

 a:visited {color: #0675ff;
text-decoration : none;
 }
 
 a:active {color: #0675ff;
text-decoration : none;
 }

.index {
font-size : 8pt;
}

.index2 {
font-size : 9pt;
}

.note { color: #f00; }

.center { text-align: center; }

.hilite { background: #ffc;
color: #000;
padding: 5px;
border: 1px solid #000;
width: 80%;
margin: auto;
text-align: left;
}