th.title
{
background: url(img/header.gif);
background-repeat: no-repeat;
background-position: center;
font-family: "Ultra Serif SF";
font-size: 70px;
text-align: center
}

td.menu
{
			color: black;
			font-weight: bold;
			background-color: 0084c1;
			border-left: #000000 solid 3px;
			border-right: #000000 solid 3px;
			border-top: #000000 solid 3px;
			border-bottom: #000000 double 3px;
}

td.content
{
			background-color: 8cc0e7;
			border-left: #000000 solid 2px;
			border-right: #000000 solid 2px;
			border-top: #000000 solid 2px;
			border-bottom: #000000 double 3px;		
}

div.content
{
margin-left:100;
margin-right:100;
}

div.block
{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background-color: 8cc0e7;
	color: #000000;	
	border-bottom: #000000 solid 1px;
	border-top: #000000 solid 1px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	padding: 2px;
	margin: 2px 1px 2px 1px;
}

a 
{
	text-decoration: none;
	color: black;
}

a:hover 
{
	color: black;
	text-decoration: underline;		
}

a.anchor 
{
	text-decoration: none;
	color: black;
}

a.anchor:hover 
{
	background: none;
	color: black;
}
