body {
	background-color: #D3D2CB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #807D6A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.link-list:link {
}
.link-list:visited {
}
.link-list:active {
}
.link-list:hover {
	color: #FF6666;
}
