body {
	background-color: Black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

a {
color: Black;
font-weight: bold;
}

a:hover {
color: Maroon;
font-weight: bold;
}

H2 {
	font-size: 16px;
	font-weight: bold;
}

td.middle {
	background-color: White;
	background-image: URL(background.jpg);
	vertical-align: top;
}

td.middle2 {
	background-color: White;
	background-image: URL(background2.jpg);
	vertical-align: top;
}

td.left {
	background-color: White;
	background-image: URL(leftback.jpg);
}

td.right {
	background-color: White;
	background-image: URL(rightback.jpg);
}

td.header {
	background-color: White;
}

td.footer {
	background-color: White;
}

.home	{
position:relative;
font-family: Garamond, arial, verdana, sans-serif;
background-image: url(buttonon.jpg);
background-repeat: no-repeat;
display: block;
width: 203px;
height: 44px;
margin: 0; 
margin-bottom:0px;
padding: 0; 
}
.home a {
display:block;
font-size: larger;
width: 203px;
height: 44px;
display: block;
float: left;
margin: 0;
padding: 0;
color: black; 
font-weight: bold;
text-decoration: none; 
}
.home img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
.home a:hover img{visibility:hidden}
.home span {
	position:absolute;
	left:40px;
	top:12px;
	margin:0;
	cursor: pointer;
}
