body {
	margin: 0px 0px 20px 0px;
	background-color: #484848;
        	text-align: center;
	font-size: 12px;
	line-height: 16.5px;        
	}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}



.small {
	font-size: 10px;
	line-height: 14px;
	}


.big {
	font-size:14px;
	line-height: 18px;
	}


.copy {
	font-size: 9px;
	font-family: "Times", "Serif";
	}


.linkbox {
	font-size: 12px;
	color: #FFD800;
	}

a:link {
	text-decoration:none;
	color: #8FABBE;
}

a:visited {
	text-decoration:none;
	color: #8FABBE;
}

a:active {
	text-decoration:none;
	color: #8FABBE;
}

a:hover {
	text-decoration:underline;
	color: #006699;
}

