h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
body {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.navmenu {
	color: #006666;
	text-decoration: none;
}
.side {
	color: #006666;
	background-color: #FFFFFF;
}
.sidemenu {
	color: #F5EE19;
	text-decoration: none;
	background-color: #708735;
	width: 180px;
}
.sidemenu a:hover {
	color: #708735;
	text-decoration: none;
	background-color: #F5EE19;
}
.buttonscontainer {width: 150px;}
.buttons a.buttons, a:link.buttons, a:visited.buttons {
color: #F5EE19;
background-color: #708735;
padding: 2px;
padding-left: 6px;
display: block;
border-left: 5px solid #003300;
text-decoration: none;
text-align: left;
margin-top: 1px;
}
.buttons a:hover.buttons, a:active.buttons {
text-decoration: none;
color: #708735;
background-color: #F5EE19;
}
.small {
	font-size: 12px;	
}

