font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
}
a:link {
	color: #6699FF;
	text-decoration: none;

}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	background-color: #cc9900;
	background-image:  url(images/cc9900_5px.gif);
	background-position: -10px;



}
a:active {
	color: #CC9900;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #996633;
	line-height: 30px;
	vertical-align: baseline;


}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	line-height: 24px;


}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #996600;
}
.mathlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	text-indent: 20pt;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
}
.bulletin {
	font-size: 14px;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(images/bluebullet.gif);
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	font-style: italic;


}
ul {
	list-style-image: url(images/bluebullet.gif);
	list-style-type: disc;
}

