@charset "utf-8";
body,td,th {
	font-family: Century gothic, Arial, monospace;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #2C2C2C;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #ffb266;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ffb266;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #767f6d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ffb266;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.style1 {
	color: #BBD19A;
	font-size: 14px;
}