@charset "UTF-8";
body {
	background-color: #FFBC4F;
}
.text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E8BAF;
}
a:link {
	font-family: Arial, sans-serif;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #CC0066;
}
a:active {
	background-color: #FFBC4F;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E8BAF;
	text-decoration: blink;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	color: #006699;
}

