BODY {
	color: #330066;
	font-family: Arial, sans-serif;
	font-size: 10;
}

A {
	color: #330066;
}

A:HOVER {
	color: #FFA500;
}
.location {
	color: #330066;
	font-family: Arial, sans-serif;
	font-size: 10;
	font-weight: bold;
	font-style: italic;
}
A.location {
	color: #330066;
	text-decoration: none;
}

A.location:HOVER {
	color: #FFA500;
	text-decoration: none;
}
.style1 {
font-family: Arial, Helvetica, sans-serif
	font-size: 10;
}
.bottomlink {
	font-family: Arial, Helvetica, sans-serif
	color: #330066;
	font-size: 8pt;
	}
A.bottomlink {
	color: #330066;
	text-decoration: underline;
}
A.bottomlink:HOVER {
	color: #FFA500;
	text-decoration: none;
}