body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
	font-size: x-small;
}
h1{
	font-size: small;
	color: Green;
}
h2{
	font-size: x-small;
	color: Green;
}
p{
	font-size: x-small;
}
.smalltext{
	font-size:xx-small;
}
a:link{
	color: #D2691E;
	text-decoration: none;
}
a:visited{
	color: #906809;
	text-decoration: none;
}
a:hover{
	color: #006400;
	text-decoration: underline;
}
a:active{
	color:orange;
	text-decoration: none;	
}
/*top navigation */
a.top:link{
	color:blue;
	text-decoration: none;
}
a.top:visited{
	color:blue;
	text-decoration:none;	
}
a.top:hover{
	color:blue;
	text-decoration: underline;
}
a.top:active{
	color:blue;
	text-decoration: none;	
}
/*side navigation*/
a.side:link{
	color:white;
	text-decoration: none;
}
a.side:visited{
	color:white;
	text-decoration:none;	
}
a.side:hover{
	color:white;
	font-weight: bold;
	text-decoration: underline;
}
a.side:active{
	color:white;
	text-decoration: none;	
}
.color1{
	background-color: #8FBC8F;
	color:white;
}
.color2{
	background-color: #C3DBC3;
}
.color3{
	background-color: #EAF2EA;
}
.text{
	font-size: x-small;
}
ul{
	font-size:x-small;
	padding:5;
}