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


body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#F90;
}

 
a:link {
	color: #666;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

