@charset "iso-8859-1";
body {

margin: 0px 0 0 0;

}

td.header {
	
	color: Yellow;
	font: bold larger Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	
}
td.menu {
	color: #FFFF99;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
	text-align: center;
	border-bottom-color : Green;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
td.emptygreen {
	border-bottom-color : Green;
	border-bottom-style : solid;
	border-bottom-width : 3px;
}
td.emptyblue {
	border-bottom-color : blue;
	border-bottom-style : solid;
	border-bottom-width : 3px;
}
a.menu:link {
	color: Yellow;
}
a.menu:visited {
	color: Yellow;
}


