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

style1 {	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #33CCFF;
}
a:hover {
	color: #FF9900;
}

