@charset "utf-8";

/*Body of the page*/

body {
	background-color:#653600;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#scroll
{
	color:#653600;
	position:absolute;
	left:650px;
	top:200px;
	height:inherit;
}

.Contributors
{
	font-size:12px;
	font-weight:bold;
}
.ContributorsDate
{
	font-size:10px;

}
a
{
	color:#653600;
	text-decoration:underline;
}

a:visited
{
	color:#653600;
	text-decoration:underline;
}
a:hover
{
	color:#653600;
	text-decoration:none;
}
a:active
{
	color:#653600;
	text-decoration:underline;
}


.button {
	background-color: #F7E7D6;
	border: thin solid #000000;
	}
	
.formOutput
{
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}	