/* CSS Document */
a:link {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	color: #e60000;
	text-decoration: none;
}
a:active {
	color: #e60000;
	text-decoration: underline;
}
.style1 {color: #222222}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #222222;
}
