body
{
background-color:#D7F8D2;
background-image: url("logo1.gif");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
font-size:12px;
margin:0;

}

table.menu
{
font-size:11 px;
visibility:hidden;
position:absolute;
background:black;
}

td.menu
{
background:white;
font-size:11 px;
font-family: verdana;
text-align: center;
width: 120px;
}

.menu1:hover
{
background:darkgreen;
color:white;
width:98px
}

table.frame
{
position: absolute;
top: 190px;
left: 210px;
font-family:arial;
}

table.nav
{
position: absolute;
top: 200px;
left: -2px;
font-size:11px;
font-family: sans serif, comic Sans MS;
font-weight: normal
}


td.tab
{
text-align: left;
color: white;
font-weight:bold;
font-size: 15px;
font-family: sans serif, comic sans MS
}

a:link
{
text-decoration:none; 
color: black;
font-weight:bold;
}

a:visited
{
	text-decoration: none; color: black; font-weight:bold; 
}
a:active
{
	text-decoration:none; color: green;
}
a:hover
{
	text-decoration: none; color: white; font-weight: bold;
}

.counter
{
position:absolute;
top:800;
left:400;
}

.footer
{
position:absolute;
top:840;
left:0;
}