html 
{
	overflow-y: scroll;
}
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 75% Geneva, Arial, Helvetica, sans-serif;
	background: #F3F9D3;
	color: #4d4e26
}
h1
{
	margin: 8 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
h1 img
{
	display: block;
	border: 0;
}
h2
{
	font-size: 30px;
	font-weight: normal;	
	font-style: normal;
	color: #65673b;
}
h3
{
	font-size: 14px;
	font-weight: normal;	
	font-style: normal;
	text-align: center;
	color: #4d4e26;
}
h4
{
	font-size: 22px;
	font-weight: bold;	
	font-style: normal;
	color: #65673b;
}
p
{
	font-size: 14px;
	text-align: justify;
	color: #4d4e26;
}
p a:link, p a:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #65673b;
}
p a:hover, p a:active
{
	font-size: 14px;
	font-weight: bold;
	color: #4B0000;
}
ul#dots
{
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 5px, 10px;
	list-style-type: disk;
}

ul#dots li a:link, ul#dots li a:visited
{
	font-weight: bold;	
	font-style: normal;
	color: #65673b;
}
ul#dots li a:hover, ul li#dots a:active
{
	font-weight: bold;	
	font-style: normal;
	color: #4B0000;	
}
ul#topnav
{
	text-align: center;
	margin: 0;
	padding: 5px, 10px;
	list-style-type: none;
}
ul#topnav li
{
	display: inline;
	padding: 0, 10px, 0, 8px;
}
ul#topnav li a:link, ul#topnav li a:visited
{
	font-weight: bold;	
	font-style: normal;
	text-decoration: none;
	color: #65673b;
}
ul#topnav li a:hover, ul#topnav li a:active
{
	font-weight: bold;	
	font-style: normal;
	text-decoration: none;
	color: #4B0000;	
}
ul#button
{
	font-size: 14px;
	text-align: left;
	margin: 10;
	padding: 5px, 10px;
}
ul#button li a:link, ul#button li a:visited
{
	font-weight: bold;	
	font-style: normal;
	color: #65673b;
}
ul#button li a:hover, ul li#button a:active
{
	font-weight: bold;	
	font-style: normal;
	color: #4B0000;	
}
ul#list
{
	font-size: 14px;
	text-align: left;
	margin: 0;
	text-decoration: none;
	padding: 5px, 10px;
	list-style-type: none;
}
ul#list li a:link, ul#list li a:visited
{
	font-weight: bold;	
	font-style: normal;
	text-decoration: none;
	color: #65673b;
}
ul#list li a:hover, ul li#list a:active
{
	font-weight: bold;	
	font-style: normal;
	text-decoration: none;
	color: #4B0000;	
}

