body {
	font-family: "Trebuchet", "Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	background-color: #1B2317;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	text-indent: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	margin-top: 4px;
	margin-bottom: 0px;
}
a:active {
 color:#999999;
 text-decoration:none;
}
a:link {
	color:#999999;
	text-decoration:none;
}
a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}