@charset "UTF-8";
body {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
#date {
	color: #d85600;
}
#item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339966;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
a:link {
	text-decoration: underline;
	color: #2b9086;
}
a:visited {
	text-decoration: underline;
	color: #2b9086;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
