A:hover {color: #990000; text-decoration: none; font-weight: bold}
body {
	background-color: #c0c0c0;
}
.style1 {
	font-size: x-large;
	color: #000000;
}
.style2 {font-size: 9px}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #006633;
}

