.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
/* CSS Document */

a:link {
	color: #669866;
	text-decoration: underline;
}

a:visited {
	color: #669866;
	text-decoration: underline;
}

a:hover {
	color: #426242;
	text-decoration: underline;
}

a:active {
	color: #426242;
	text-decoration: underline;
}
