body {
	background-color: #333333;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font: 10px Arial;
	word-spacing: 1px;
	color: #555555;
}
a.link1 {
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
}
a.link1:hover {
	font-style: normal;
	font-weight: normal;
	color: #FF6633;
	text-decoration: none;
}