@charset "utf-8";

body {
	margin-bottom: 25px;
	background-repeat: repeat;
	margin-top: 25px;
	background-color: #EBE7E5;
}
a:link {
	text-decoration: none;
	color: #5A471C;
}
a:visited {
	text-decoration: none;
	color: #5A471C;
}
a:hover {
	text-decoration: none;
	color: #5A471C;
}
a:active {
	text-decoration: none;
	color: #5A471C;
}
a:link.wit {
	text-decoration: none;
	color: #F3B800;
}
a:visited.wit {
	text-decoration: none;
	color: #F3B800;
}
a:hover.wit {
	text-decoration: none;
	color: #F3B800;
}
a:active.wit {
	text-decoration: none;
	color: #F3B800;
}
