h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9966cc;
}
h2 {
	font-family: arial;
	font-size: 18px;
	color: #9966CC;
}
.maintext {
	font-family: arial;
	font-size: 14px;
	color: #9966cc;
}
a:link {
	font-family: arial;
	color: #800080;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: arial;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: arial;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
