a:link {
	color: #006ad4;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color: #000000;
	background-color: dff1ff;
}
a:active {
	color: #006AD4;
}
a:visited {
	color: #00ffff;
}
a:hover {
	color: #00ffff;
}
A.class1:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.class1:active {
	color: #40e0d0;
	text-decoration: none;
}
A.class1:visited {
	color: #ffff00;
	text-decoration: none;
}
A.class1:hover {
	color: #00ffff;
	text-decoration: none;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color: #000000;
}

