.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
}
.style2 {
	font-size: 1em;
	font-weight: bold;
}
.style3 {
	color: #FF6600;
	font-weight: bold;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.style2a {
	font-size: 0.8em;
}
