﻿body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav
{
	color: #333;
}
#bottomnav
{
	font-size: x-small;
	color: #555;
}
#topnav a
{
	text-decoration: none;
}
#bottomnav a:link, #bottomnav a:visited
{
	text-decoration: none;
}
#copyright
{
	font-size: x-small;
	color: #555;
}
#rightads
{
	background-color: #e5eefd;
	border: solid 1px #ddd;
}
.headline
{
	color: #bb0456;
	font-weight: bold;
}
.truebox
{
	background-color: #E5EEFD;
	border: solid 1px #80B3E2;
	padding: 5px;
}
a:hover
{
	color: red;
}
