/* CSS Document */

a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #b8813d;
}
a:active {
	color: #000066;
}


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

.footer:visited {
	color: #000066;
	text-decoration: none;
}

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

.footer:active {
	color: #000066;
	text-decoration: none;
}