body
{
	margin: 0px;
	font-family: verdana,arial,helvetica;
	color: white;
	background-color: black;
}
table
{
    padding:8px;
}
td
{
    padding:8px;
}
h2
{
	color: pink;
}
.content
{
    padding-left: 16px;
    padding-right: 16px;
}
.navbar
{
    padding: 16px;
}
span.navbarcurrent
{
	background-color: pink;
    color: black;
	text-decoration:none;
    font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
span.navbarlink
{
	background-color: rgb(153, 153, 153);
	text-decoration:none;
	padding-top: 1px;
	padding-bottom: 1px;
}
span.navbarlinkselected
{
	background-color: rgb(153, 153, 153);
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
A.navbarlink:link, A.navbarlink:visited
{
	color: white;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
A.navbarlink:hover
{
	color: rgb(153, 153, 153);
	background-color: white;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
A:link, A:visited, A:hover
{
	color: white;
}
