body
{
	margin-left: 0px;
	margin-right: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
}

table.insideTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0;
	border-collapse: collapse;
	width: 375px;
	text-align: center;
}

table.insideTable td
{
	padding: 1px 7px;
	border-width: 0 0 1px 1px;
	border-color: #ccc;
	border-style: solid;
}

table.insideTable tr:hover
{
	background-color: #888888;
	color: #fff;
}

table.insideTable thead
{
	background-color: #f3f3f3;
}

#bottomLinks
{
	padding-top: 15px;
	clear: both;
}

h1
{
	margin: 0;
	font-size: 36pt;
}

h2
{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14pt;
}

h3
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12pt;
}

a:hover
{
	color: red;
}

a:link
{
	color: blue;
}

a:visited
{
	color: blue;
}

li
{
	margin-bottom: 15px;
}