.style1 {
	color: #cfcfcf;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.two a:link {
	color: #FF0000;
	text-decoration: underline;
}
.two a:visited {
	color: #FF0000;
	text-decoration: underline;
}
.two a:hover {
	text-decoration: none;
}
.two a:active {
	color: #FF0000;
	text-decoration: underline;
}
