.text {
	font-family: verdana;
	font-size: 9px;
	color: #3E2F1A;
	line-height: 16px;
	letter-spacing: 1px;
}
body {
	background-color: #E3E3D6;
	margin-top: 60px;
	letter-spacing: normal;
}
a:link {
	color: #3E2F1A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3E2F1A;
}
a:hover {
	text-decoration: none;
	color: #D67113;
}
a:active {
	text-decoration: none;
	color: #3E2F1A;
}


