.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.maincenter {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
table.menu a {
width:125px;
border:1px solid #333333;
display: block;
}
div.menu a {
color: #333333;
background: #CCCCCC;
text-decoration:none;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}

We then specify th
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999966;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: thin outset eeeeee;
}
div.menu a:link {
color: #333333;
background: #C3E2F7;
}

div.menu a:active {
color: #000000;
background: #C3E2F7;
}

div.menu a:visited {
color: #333333;
background: #C3E2F7;
}

div.menu a:hover {
color: #000000;
background: #EBEBEB;
border:1px solid #000000;
}