/* CSS Document */
.body
{
background-color:#008000;
}

.t1
{
color:#003300;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.t2
{
font-size:24px;font-weight:bold;
}

.t3
{
font-size:16px;
}

.t4
{
font-size:12px;
font-weight:bold;
}

.label
{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.table
{
background-color:#FFFFFF;
border:solid #003300 10px;
}

ul.list-one
{
list-style:none; /* remove the bullets */
margin:0px; /* remove the automatic margin that some browsers use for the text indent */
padding:0px; /* remove the automatic padding that other browsers for the text-indent */
}

#menu li a
{
text-decoration:none;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#006600;
color:#FFFFFF;
display:block; /* creates a line break before and after the element */
width:150px;
padding:10px;
margin-bottom:10px;
border:double #003300;
}

#menu li a:hover
{
text-decoration:none;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CEFFCE;
color:#003300;
display:block; /* creates a line break before and after the element */
width:150px;
padding:10px;
margin:10px;
border:double #003300;
}

.text
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003300;
font-size:20px;
border:double #003300;
background-color:#CEFFCE;
margin-top:37px;
margin-right:30px;
margin-bottom:30px;
float:inherit;
text-align:center;
}

a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link
{
color:#003300;
text-decoration:none;
}
a:visited
{
color:#003300;
text-decoration:none;
}
a:hover
{
text-decoration:none;
color:#009900;
}
a:active
{
color:#003300;
text-decoration:none;
}