@charset "utf-8";
/* CSS Document */

a:link {
	color: #aaaaaa;
	text-decoration: none;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #dddddd;
}
a:active {
	text-decoration: none;
	color: #87b300;
}