body {
background:#EFEFEF url('images/bg.jpg') fixed top;
font-family: "Ariel";
color: #956500;
margin: 0px;
}
	
a:link {
color: #808080;
text-decoration: none;
}
a:visited {
color: #808080;
text-decoration: none;
} 
a:hover {
color: #2D2D2D;
text-decoration: underline;

}