a {
	color: #009900;
	text-decoration: none;
	}

a:hover {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color:#009900;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

