/* CSS Document */
body {
	background-color:#EBE1C6;
}

#maindiv
{
	background:#CCCCCC;
	width:750px;
	border-width:1px;
	border-color:#4B4C3C;
	border-style:solid;
	padding:3px;
}
#title
{
	background:#4B4C3C;
	color:#EBE1C6;
	padding:2px;
}
body,td,th {
	color: #4B4C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
}
a {
	color: #4B4C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
.new {
	width: 750px;
}

