@charset "utf-8";
/* CSS Document */

.text {
	font-family: "Century Gothic", Arial, "BankGothic Lt BT";
	font-size: small;
	color: #99CCFF;
}
a {
	font-size: small;
	color: #99CCFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996699;
}
a:hover {
	text-decoration: none;
	color: #CCCC66;
}
a:active {
	text-decoration: none;
	color: #CCCC66;
}
