@charset "utf-8";

/* CSS Document for links*/

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CC9966}
	
a:active {
	text-decoration: none}
	
a:hover {
	text-decoration: none; color: #FF6600}

}
