body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

th {
	font-size: 14pt;
	color: #0000FF;
	border: ridge;

}
h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #0000FF;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #0000FF;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #0000FF;
}
a:link {
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990099;


}
a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: none;

}
a:active {
	font-weight: bold;
	color: #990099;
	text-decoration: none;

}
.bluetext {
	color: #0000FF;
}
.symboltext {
	font-family: Symbol;
}
.redtext {
	color: #FF0000;
}
