body {
	background-color: #FFFFCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a:link {
	text-decoration: none;
	color: #CC0033;
	font-weight: bold;

}
a:visited {
	color: #CC0033;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #CC0099;
	text-decoration: none;
	font-weight: bold;

}
.menu {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CC0033;

}
