body
{
	font-family: "sans-serif";
	font-weight: bold;
	color: white;
	/* background-color: #1422a7;*/
	background-image: url('bg.png');
}

a:link
{
	text-decoration: none;
	color: black;
}
a:visited
{
	text-decoration: none;
	color: black;
}
a:active
{ 
	text-decoration: none;
	color: black;
}
a:hover
{
	text-decoration: none;
	color: white;
}

td
{
	vertical-align: top;
	padding-right: 2em;
}

.title
{
	font-size: xx-large;
	margin-bottom: 0;
}
.copyright
{
	margin-top: 0;
	margin-bottom: 2em;
}
.menuItem
{
	margin-top: 0; 
	margin-bottom: 0;
}
