/* CSS Document */

body {
	background-color:#A9B513;
	font-size: 0.6em;
	font-family: "Century gothic", "Courier new", "monospace";
	text-align:center;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-top: 60px;
	
}

a { 
	color:#666666;
	text-decoration:none; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	color:#a9b513;
	

}
a:active {
	text-decoration: none;
}



#header {
	font-size: 24px;
	font-weight:normal;
	text-align:right;
	padding: 20px 10px 0px 0px;
	


}



#footer {
	margin: 0px 0px 0px 150px;
	text-align: left;
	
}