@charset "utf-8";
/* CSS Document */

Body {
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

