/* CSS Document */

/* LINKS */

a {
	text-decoration: none;
	color: #bf0000;
	}

a:hover {
	text-decoration: underline;
	}