/**************** main styles *****************/
body {
	margin:0;
	font: 13px/25px Arial, Helvetica, sans-serif;
	background-color:#D1D1D1;
	}
	
a {
	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #C88E02;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.content {
	margin-left:30px
}
