body
{
background-color:#D7F8D2;
background-image: url('../images/logo1.gif');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
font-size:12px;
font-family: arial, tahoma, helvetica;
}

.para
{
font-size:12px;
font-family: arial, tahoma, helvetica;
}

.heading
{
font-size: 14px;
font-weight: bold;
color: darkblue;
}

.text
{
margin-left:14px;
}

table
{
font-size:12px;
}


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: blue;
}

a:visited
{
	text-decoration: none; color: purple; 
}
a:active
{
	text-decoration:none; color:black;
}
a:hover
{
	text-decoration: none; color: red;
}
