body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
     }

.style1 {
	color: #444545;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #444545;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #444545;
}
a:hover {
	text-decoration: none;
	color: #d5b78c;
}
a:active {
	text-decoration: underline;
	color: #444545;
}