body {
background:#0C5F12 url('images/rick-blade-bg.jpg') fixed repeat-y center top;
font-family: "Ariel";
color: #00FF00;
margin: 0px;
}
	
a:link {
color: #0099FF;
text-decoration: none;
}
a:visited {
color: #0099FF;
text-decoration: none;
} 
a:hover {
color: #00FFFF;
text-decoration: underline;

}
