body
{
	color: black;
	background-color: white;
}

A:link {
	color: #45136;
}

A:visited {
	color: #002080;
}

A:active {
	color: green;
}

A:hover {
	background-color: #FFFF79;
	text-decoration: none;
}

h1
{
	font-weight: bold;
}

h2
{
	text-decoration: underline;
	font-weight: bold;
}

h3
{
	text-decoration: underline;
	font-weight: bold;
	padding-left: 0.5em;
	margin: 0.5em 0;
}

hr
{
	border-style: solid;
}

blockquote
{
	background-color: #B7D6F7;
	margin: 0.5em 0;
}

td.news-date
{
	white-space: nowrap;
	background-color: #ffe0ff;
	text-align: center;
}

td.news-desc
{
	background-color: #ffe0e0;
}

td.news-date-done
{
	white-space: nowrap;
	background-color: #e0e0ff;
	text-align: center;
}

td.news-desc-done
{
	background-color: #e0e0e0;
}
