@charset "UTF-8";
/* CSS Document */

.month {
	color: #5D734F;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D734F;
}
body {
	background-color: #eff5ee;
	color: #222;
	margin-top: 4px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #222;
	margin-top: 6px;
	margin-bottom: 6px;
}
a:link, a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #5D734F;
	text-decoration: none;
}
