.css {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	padding: 10px;
	width: 590px;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #1F3F3E;
	text-decoration: none;
	cursor: crosshair;
	filter: Invert;
}
a:hover {
	color: #BD7264;
}
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
}
.main {
	background-color: #00032F;
	background-position: center top;
	position: relative;
	width: 875px;
	left: 25px;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: left;
	margin: 25px;
	padding: 5px;
}
