body {
	background-color: #;
}
a:link {
	color:#666666;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#666666;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#1644C3;
	text-decoration: none;
}  /* mouse over link */
a:active {
	color:#1644C3;
	text-decoration: none;
}  /* selected link */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}