body {
background:#B37E00 url('images/bg.jpg') fixed repeat-y center top;
font-family: "Ariel";
color: #EFEFEF;
margin: 0px;
}
	
a:link {
color: #E6AC00;
text-decoration: none;
}
a:visited {
color: #E6AC00;
text-decoration: none;
} 
a:hover {
color: #FFCA2B;
text-decoration: underline;

}
