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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#CCC;
}

a:link{
	color:#F9D96A;
	text-decoration:none;
}

a:visited {
	color:#F9D96A;
	text-decoration:none;

}

a:hover {
	color:#E46B1B;
		text-decoration:underline;


}
a:active {
	color:#E46B1B;
	text-decoration:underline;


}
