BODY {
	font-family: 'Comic Sans MS', Verdana, Arial, cursive, sans-serif;
	font-size: 13px;
	text-align: left;
	background-color: white;
}

table.frontpage {
	width: 100px; text-align: left; margin-left: auto; margin-right: auto;
}

table.frontpage a {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
table.frontpage a:hover {
	text-decoration: underline;
}

table.main {
	width: 80%; 
	border: 1px solid rgb(155, 187, 89); 
	vertical-align: top;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;	
}

td.left {
	width: 150px;
	padding: 10px; 
	background-color: rgb(79, 129, 189); 
	color: white;
	font-size: 13px;
	font-weight: bold;
}

td.menu {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: rgb(155,187,89);
	width: 100%;
	padding: 10px;
	vertical-align: top;
	background-image: url(img/fill3.gif);
	background-repeat: repeat-x;
}

td.menu a,
td.left a {
	color: white;
	text-decoration: none;
}

td.menu a:hover,
td.left a:hover {
	color: white;
	text-decoration: underline;
}

td.content {
 	padding: 20px; 
	vertical-align: top;
}