@charset "utf-8";
.justnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	margin: 6px;
	padding: 6px;
}
.bigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
}
a.bigtext:link, a.bigtext:visited a.bigtext:active {
	color: #0044FF
	text-decoration: none
	color: #0000FF;
	text-decoration: none;
	color: #FF390F;
}
a.bigtext:hover {
	color: #0044FF
	text-decoration: none
	color: #0000FF;
	text-decoration: none;
	color: #FF0000;
}

