.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {font-size: 12px}

a{
	color: #999;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}


