@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

a:link {
	color: #2BCB06;
	text-decoration: none;
}
a:visited {
	color: #434343;
	text-decoration: none;
}
a:active {
	color: #CC9900;
	text-decoration: none;
}
a {
	font-size: 1em;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
