<!--
.header
		{
			font-size: 28px;
			font-weight:bold;
			color: black;
		}
.bolder 
		{
			font-size: 22px;
			font-weight:bold;
			color: #0F6518;
		}
.bolder2
		{
			font-size: 18px;
			font-weight:bold;
			color:#815317
		}
.bolder3
		{
			font-size: 28px;
			font-weight:bold;
			color:#815317
		}
.bolder4
		{
			font-size: 22px;
			font-weight: bold;
			color: #048992;
		}
.smaller
		{
			font-size: 12px;
			font-weight: bold;
			color: #921436;
		}
.highlight
		{
			color: red;
		}
.black
		{
			color: black;
			font-weight: bold;
		}
-->

a:link 
	{ 
		text-align: left;
		text-decoration: none;
	}
a:visited 
	{
		text-align: left;
		text-decoration: none;
	}
a:hover
	{
		text-align: center;
		text-decoration: underline;
	}
body
	{ 
		background-color: #ABE994;
		width:100%;
		margin:0px;
		border:0px;
		padding:0px;
		font-family: Arial;
		font-size: 14px;
	}
img
	{  
		border-style: none;
	}
#logo, #content-container, #content-container div, #content, 
	{
	}

#navbar1-container, #navbar1, #shadow, #navbar2, #weathercontainer, #tools, #footer
	{
		display: none;
	}
	

#content-main
	{
		color: black;
		position: relative;
		width:90%;
		text-align:center;
		padding: 5px;
		font-size: 16px;
		background-color: #FFFFFF;
		border: 3px double #E6E6E6;
	}
#content-main a:link
{
	color: blue;
}
#content-main a:visited
{
	color: blue;
}

#clearleft 
	{ 
		padding: 0px;
		margin: 0px;
		clear: left; 
	} 
	

