body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#menu a:link,
#menu a:active,
#menu a:visited {
	color: #000000;
	display: block;
	padding: 5px;
	border: solid 1px #000000;
	background: #FFCCCC;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	height: 100%;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	background: #FF0000;
}