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

	
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#0C0;
}

a:visited {
	text-decoration: none;
    color: #0C0;
}

a:hover {
	text-decoration: none;
    color:#F90;
}

a:active {
	text-decoration: none;
    color: #0C0;
}
