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

}
