@charset "ISO-8859-1";
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: #66ff00;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}


.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #660A0A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #FFFF99;
	letter-spacing: 1%;
}
.fineprint {
	font-size: 9px;
	line-height: 13px;
}
