@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	color: #3c3c3c;
	font: 12px/17px "Lucida Console", Courier, Arial;
	background: #FFFFFF url(images/bg_writing.gif) repeat-x center center;
}

#wrap {
	
}

#body_container{
	float: left;
	margin-top: 1px;
	height: 500px;
	width: 438px;
	background: #ffffff;
	overflow: auto;
}

#body_container a{
	color: #4e8900;
}

#body_container a:hover {
	text-decoration: none;
	color: #818181;
}

#list_container, #yearlist_container{
	width: 386px;
	padding-left: 9px;
	color: #989898;
}

#list_container a{
	border-top: 1px dotted #2a2a2a;
	padding-top: 3px;
	font-size: 16px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
