
.maintext {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AA0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

