html {
	overflow-y: scroll;
}
BODY {
 	color: rgb(0, 0, 0); 
	background-color: rgb(157, 171, 150);
	font-family: arial;
}
#sidebar {
	width: 141px; 
	background-color: rgb(117, 173, 87); 
	vertical-align: top;
	font-size: 12px;
}
#sidebar A:link, #sidebar A:active, #sidebar A:visited  {
	color: #111;
	text-decoration: none;
	font-weight: bold;
}
#sidebar A:hover {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}
#top {
	text-align: left; 
	background-color: rgb(117, 173, 87); 
	width: 720px;"
}

.title {
	font-size: 18px;
	text-align: center;
}