@charset "utf-8";
/* CSS Document */
/* web site updates */
.updates
{
	margin-left: 5em;
	margin-right: 3em;
	background-color: #FFFFCC;
	border: thin solid #336600;
}
li
{
	font-family: Georgia, Arial, sans-serif;
}
.updates a:link
{
	text-decoration: none;
	color: #006600;
}
.updates a:visited
{
	text-decoration: none;
	color: #CC0066;
}
.updates a:hover
{
	text-decoration: underline;
	color: #0000CC;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-size: 1em;
	text-align: center;
}
