/* CSS Document */

a:link {
	color: #6C729E;
	text-decoration: underline;
}
a:visited {
	color: #6C729E;
	text-decoration: underline;
}
a:hover {
	color: #5060D1;
	text-decoration: none;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #9e7a6c;
	text-decoration: underline;
}
