body {
background-color:#FFFFFF;
scrollbar-face-color:#006563; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:#cccccc; 
scrollbar-3dlight-color:#000000; 
scrollbar-arrow-color:#ffffff; 
scrollbar-darkshadow-color:#666666;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
	text-align: justify;
}
.topic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #006563;
	text-align: center;
}
.introhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0066FF;
	text-align: justify;
	font-style: italic;
}
.introtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: 400;
	color: #000000;
	text-align: justify;
}
.notes {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: 400;
	color: #FF0000;
}

A { 
    font-size: 12;
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
 }
A:visited { 
    font size: 12;
	color: gray;
	font-weight: bold;
    text-decoration: none;
}

A:hover { 
    font size: 12;
	color: red;
	font-weight: bold;
    text-decoration: none;
}

