@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF8E0;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #B35344;
}

a:hover {
	text-decoration: underline;
}
