body,td,th {
	color: #333333;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {font-size: 24px}

.menubox {
	border: 2px solid #999999;
	background-color:#ffffff;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 24px;
}
a:link {
	text-decoration: none;
	color: #0033CC;
	font-weight: bolder;
}

a:visited {
	text-decoration: none;
	color: #0033CC;
	font-weight: bolder;
}

a:hover {
	text-decoration: none;
  color: #990000;
	font-weight: bolder;
}

a:active {
	text-decoration: none;
	color: #0033CC;
	font-weight: bolder;
}
