BODY { 
	background-attachment:"fixed";
	background-repeat:"no-repeat"; 

} 

A:hover {
	text-decoration: nounderline;
	color:#CC3300;
}

A	{
	text-decoration: nounderline;
	color: #FF9900;
}

.downloadLink	{
	color: #CCCCCC;
	text-decoration: underline;
}

.NOUNDERLINE	{
	text-decoration: none;
}

.NOSPACEBEFORE	{
	margin-top: 0px;
}