.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #440000;
}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style3 {font-size: large}
a:link {
	text-decoration: none;
	color: #550099;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
	color: #339900;
}
a:active {
	text-decoration: none;
	color: #660000;
}
