	body {
		background-color: #4c3529;
		font-family: verdana, sans-serif;
	}
	a:link {
		color: #b96432;
		text-decoration: none;
		padding: 5;
		font-weight: bold;
	}
	a:visited {
		color: #b96432;
		text-decoration: none;
		padding: 5;
		font-weight: bold;
	}
	a:hover {
		color: #ff9900;
		text-decoration: none;
/*		background-color: 4c3529;		*/
		padding: 5;
		font-weight: bold;
	}
	a:active {
		color: #ff9933;
		text-decoration: none;
		padding: 5 ;
		font-weight: bold;
	}

	a:link.cntrls {
		color: #b96432;
		text-decoration: none;
		padding: 5;
		font-weight: bold;
	}
	a:visited.cntrls {
		color: #b96432;
		text-decoration: none;
		padding: 5;
		font-weight: bold;
	}
	a:hover.cntrls {
		color: #ff9900;
		text-decoration: none;
/*		background-color: 4c3529;		*/
		padding: 5;
		font-weight: bold;
	}
	a:active.cntrls {
		color: #ff9933;
		text-decoration: none;
		padding: 5 ;
		font-weight: bold;
	}
	font.cntrls {
		font-weight: bold;
		padding: 5;
	}
	a:link.archLink {
		color: #b96432;
		text-decoration: none;
		padding: 5;
		font-weight: bold;
	}
	a:visited.archLink {
		color: #4c3529;
		text-decoration: none;
		padding: 5;
		font-weight: bold;
	}
	a:hover.archLink {
		color: #ff9900;
		text-decoration: none;
/*		background-color: 4c3529;		*/
		padding: 5;
		font-weight: bold;
	}
	a:active.archLink {
		color: #ff9933;
		text-decoration: none;
		padding: 5 ;
		font-weight: bold;
	}



	.title {
		font-size: 35;
	}
	.godoframen {
		font-size: 70;
	}

	.suggest {
	}
	.comment {
	}
input
	{
	color: #000;
	background: #e1d5ca;
	border: 1px solid #4c3529;
	}

textarea
	{
	color: #000;
	background: #e1d5ca;
	border: 1px solid #4c3529;
	}


.submit input
	{
	color: #000;
	background: #e1d5ca;
	border: 2px flat #4c3529;
	} 