body {
	background-color: #252A30;
}

.normal {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #7C828A;
}

a
{
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial;
        text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #8E949C;
        cursor: default;
}

a:hover {
	color: 8E949C;
	text-decoration: underline;
        cursor: default;
}
.wide {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #7C828A;
	letter-spacing: 5px;

}
