/* CSS Document */

body {
	background-color:#A9B513;
	font-size: 0.6em;
	font-family: Verdena, Arial,   trebuchet;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-top: 60px;
	
}

a { 
	color:#9e9e9d;
	text-decoration:none; 
}
a:link {
color:#9e9e9d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#9e9e9d;
}
a:hover {
	color:#a9b513;
	

}
a:active {
	text-decoration: none;
}



#header {
	font-size: 27px;
	font-weight:normal;
	text-align:right;
	padding: 10px 8px 5px 0px;
      

}

#header2 {
	font-size: 10px;
	font-weight:normal;
	text-align:right;
	padding: 5px 0px 30px 85px;
    float:left;
}
#footer {
	color:#9e9e9d;
	margin: 0px 0px 0px 130px;
	text-align: left;
	 font-size: 1.2em;
}
