/* CSS Document */

body {
	margin: 30px 30px 30px 30px;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color: #522121;
}

.maintext {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

a:link, a:visited {
	color: #fdc92d;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #fdc92d;	
	text-decoration: underline;
	font-weight: normal;
}


