<style type="text/css">
<!-
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.link2
{
text-decoration: none;
color: DarkBlue;
font-weight: bold;
}

A.link2:link { color: Navy; }
A.link2:visited { color: DarkSlateGray; }
a {
	font-family: Arial, Helvetica, sans-serif;
}

A.link2:hover { background-color: Navy; color: white; }
A.link2:active { color: Sienna; }

.link1
{
text-decoration: none;
color: white;
font-weight: bold;
}

A.link1:link {color: white;}
A.link1:visited {color: white;}
A.link1:hover {background-color: white; color: DarkBlue;}
A.link1:active {color: ForestGreen;}
</style>
td {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
#class-date {
	color: #FFFFFF;
}
#class-yellow {
	color: #FF0;
}
#class-heading-i {
	font-style: italic;
}

