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

}