body
{
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

body,td,span,div{
	font-family: arial,helvetica;
	font-size: 10pt;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
}

a:link,a:visited{
	color: #cccccc;
	text-decoration: none;
}

a:hover{
	color: white;
}

a.greenlink:link, a.greenlink:hover, a.greenlink:visited{
	color: #97be97;
}

a.aboutlink:link,a.aboutlink:hover, a.aboutlink:visited{
	color: #97be97;
	text-decoration: underline;
}

