body {
	background-image : url("images/bg.gif")
}

a:link {
	text-decoration:none; color: #768646;
}

a:visited {
  text-decoration:none; color: #94A65E;
}

a:hover {
	text-decoration: none; color: #CAFF04;
}

a:active {
	color: #FA8F05;
}



a.footer:link {
	text-decoration:none; color: #CAFF04;
}

a.footer:visited {
  text-decoration:none; color: #94A65E;
}

a.footer:hover {
	text-decoration: none; color: #D4D700;
}

a.footer:active {
	color: #C0FF01;
}

a.red { color:#FF0000; }

