@charset "utf-8";
/* CSS Document */

body {
	background-color: #3A403B;
	color: #898988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
p {
	line-height: 30px;
}
.copy {
	font-size: 10px;
}
a:link {
	color: #898988;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
}
.lcover {
	font-size: 12px;
	color: #ABB6AC;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}

a:visited {
	color: #898988;
}

