a {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
.maintext {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.maintextbigger {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.maintextinred {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D40000;
}

.maintextinredlarger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D40000;
}
.headers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
