.style1 {color: #000000}
.style2 {color: #006699}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F96C1;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #000033;
}

    
