body{
background-color:  #006600;
font: 12px/1.5em Georgia, Times New Roman, Times, serif; color: #003300;

}

/*Links*/

a:link{
color: #0000ff; text-decoration: none;
}

a:visited{
color: #0000ff; text-decoration: none;
}

a:active{
color: #cc3333; text-decoration: none;
}

a:hover{
color: #ffffff; text-decoration: none; background-color: #006600;
}

li{
font: 12px/1.5em Verdana, Arial, sans-serif;
color: #003300;
}

/*Paragraph*/

p { 
font:12px/1.5em Georgia, Times New Roman, Times, serif;
color: #003300;
 } 

/*Headings*/

h1 { 
font: bold 28px Arial, sans-serif;
color: #003300;
 }

h2{
font: bold 20px Arial, sans-serif;
color: #003300;
}

/*table cells*/

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003300;
font-size: 11px;
}

/*Images*/

img {
margin: 0px 6px;
border: 1px solid #993333;
}

img.borderless {
border: 0px;
}