a:link {
	color: #336600;

}
a:visited {
	color: #666666;
}
a:hover {
	color: #336600;
	text-decoration: underline overline;
}
body {
	background-image: url(../grey.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

