/* CSS Document */

/* LINKS */

a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	}

a:hover {
	color: #fff;
	}
	
#footer a {
	font-weight: normal;
	color: #80807f;
	}
	
#footer a:hover {
	color: #fff;
	}