body
{
background-image: url('images/treebark4.jpg');
font-family: arial;
color: green;
font-size: 65%;
}

.header{
	width: 800px;
	height:125px;
	background-image: url('images/header-background.jpg');
	margin: 0 auto;	
}

.headerimg{
	float:left;
	height:100px;
	width:133px;
	vertical-align:middle;
	text-align:center;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:link {color: black}     /* unvisited link */
a:visited {color: black}  /* visited link */
a:hover {color: green}   /* mouse over link */
a:active {color: black}   /* selected link */

.t1
{
font-family: arial;
color: green;
font-size: 75%;
}

h1
{
font-family: arial;
color: green;
font-size: 17px;
}

h2
{
font-family: arial;
color: green;
font-size: 16px;
}

.maintable
{background-color: #B3B9B7}
