.style1 {font-size: xx-large}
.style2 {font-size: 12px}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009966;
}
a:hover {
	text-decoration: underline;
	color: #009966;
}
a:active {
	text-decoration: none;
}
.style3 {font-size: small}
