body
{
	font-size: 19px;
	color: black;
	font-family: Serif;
	background-color: white;
}

a
{
	color: #5a381f;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: none;
	background-color:#5a381f;
}

a.nothing_fancy 
{
	text-decoration: none;
	border-style:none;
}

a.nothing_fancy:hover
{
	text-decoration: none;
	border-style:none;
}

td.dark
{
	border-right: black 3px solid;
	border-top: black 3px solid;
	border-left: black 3px solid;
	border-bottom: black 3px solid;
}
