@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #241F20;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #565859;
}
a:link {
	color: #DC5128;
	text-decoration: none;
}
a:visited {
	color: #DC5128;
	text-decoration: none;
}
a:hover {
	color: #241F20;
	text-decoration: none;
}
a:active {
	color: #241F20;
	text-decoration: none;
}
.feature {
	font-size: 16px;
	line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565859;
}

