body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCDBE9;
}
.links {
	color: #FE0000;
	text-decoration: none;
}
a.links:hover {
	text-decoration:underline;
}.heading {
	font-size: 10px;
	font-weight: bold;
}
#content {
	width: 720px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	text-decoration: none;
	padding-left: 80px;
}
#clear {
	clear: both;
}
#menu {
	float: left;
	width: 100px;
	background-color: #B9B7D2;
}
#copy {
	float: right;
	width: 590px;
}
#footer {
	text-align: right;
}
.credits {
	font-size: 10pt;
	color: #CCCCCC;
}
a.menuitems {
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 5px;
	padding-right: 2px;
}
a.menuitems:hover{
	background-color: #DCDBE9;
}
.inputer {
	width: 300px;
}
