body {
	background-color: #C38E63;
}
.light {
	background-color: #E8ECCA;
}
.brown {
	background-color: #9B7541;
}
.green {
	background-color: #888E62;
}
.grey {
	background-color: #A69F75;
}

a:visited {
	text-decoration : none;
	color: #663333;
}

a:link {
	text-decoration : none;
}

a {
	text-decoration : none;
	color: #663333;
	font-weight: bold;

}

a:hover {
	text-decoration : underline;
	color : #663333;
}
