@charset "utf-8";
/* CSS Document */

body {
	background-color: #39342D;
}

a:link {
	color: #8F857B;
	text-decoration: none;
}
a:visited {
	color: #8F857B;
	text-decoration: none;
}
a:hover {
	color: #8F857B;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #8F857B;