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