@charset "utf-8";
/* CSS Document */

#text a{
	color:white;
	text-decoration:none;
	}
#text a:hover{
	color:#FF0;
	text-decoration:underline;}
