/* CSS Document */
a {
	color: #CD8F0A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #825B08;
}

