td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu {
	color: #339999;
	font-weight: bold;
	text-decoration: none;
	width: 140px;
	font-size: 16px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

a.menu:hover { 
 width: 140px;
 border-top-color: #339999;
 border-top-style: solid;
 border-top-width: 3px;
 border-bottom-color: #339999;
 border-bottom-style: solid;
 border-bottom-width: 3px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.footerlink {
        text-decoration: none;
        font-size: 10px;
        color: black;
}