/* CSS Document */
a:link, a:active, a:visited {
	color:#C47065;
	text-decoration: none; 
}
a:hover {
	color: #003333;
	text-decoration: none; 
}
