@charset "utf-8";
#Header White {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
#White {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
}
#Fancy {
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	font-weight: bold;
	color: #09F;
}
#Fancy-big {
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	font-weight: bold;
	color: #09F;
}
#Green {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #09F;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #09F;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #09F;
}
.styleone:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.styleone:visited {
	text-decoration: none;
	color: #FFF;
}
.styleone:hover {
	text-decoration: underline;
	color: #CCC;
}
.styleone:active {
	text-decoration: none;
	color: #CCC;
}