@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #D8E5B8;
}

.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
	text-align:center;
}

.menu a {
	color: #FFF;
	text-decoration: none;	
}

.menu a:hover {
	color: #FC0;
	text-decoration: none;
}

