@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 0 0;
	background-color: #1d1d1d;
}

.main{
	font-size: 12px;
}

.main a {
	color: #f8f4ea;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.heading {
	color: #e5ddca;
	font-size: 16px;
}

.header {
	font-size: 14px;
}

.header a {
	color: #be0028;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.footer {
	color: #dedede;
	font-size: 11px;
}