.maintext {
	color: #FFF;
	text-align: left;
	t
}
.boldheading {
	font-size: large;
	color: #C09;
	font-weight: bold;
}
.miniheading {
	font-size: medium;
	font-weight: bold;
	color: #09F;

}
.miniheadingred {
	font-size: large;
	font-weight: bold;
	color: #C00;
}
.miniboldred {
	font-size: medium;
	font-weight: bold;
	color: #C00;
}

a:link {
	color: #F03;
	text-decoration: underline;
}
a:visited {
	color: #F03;
	text-decoration: underline;
}
a:hover {
	color: #C36;
	text-decoration: none;
}
a:active {
	color: #F03;
	text-decoration: underline;
}

