body
{
	font-family: Ubuntu, Sans, FreeSans, LucidaSans;
	background-color: tan;
}

table
{
	border-style: none;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: blue;
}

a:visited
{
	color: purple;
}

a:active
{
	color: #FF00FF
}

