body {
	background: url(images/layout/preserve.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: A99A7A;
}
			 
A:link {
	color: #CCCCCC;
	text-decoration: none;
	
}

A:visited {
	color: #CCCCCC;
	text-decoration: none;
}

A:active {
	color: #CCCCCC;
	text-decoration: none;
}

A:hover {
	color: #CCCCCC;text-decoration: underline
}


td {
	color: A99A7A;
}

.bgdark {
	background-color: #CCCCCC;
}

