@charset "UTF-8";
/* CSS Document */

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #4d4e4f;
	background-color: #EEEEEE;
}

a {
	color: #B67951;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.learn-more {
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
}

a.learn-more-big {
	font-size: 11px;
	font-style: italic;
	white-space: nowrap;
}

.comment {
	color: red;
}