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

.text{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#F90;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}