@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font: 12px Verdana, , arial, sans-serif;
	color: #000;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	color: #93C600;
}
