body {
	background-color: #cdccc7;
	margin-top: 2px;
}


a:link {
	color: #173D3B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #515128;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #173D3B;
}

