body { 
margin : 10; 
padding : 0;
background : #fff;
color: #000;}

h1  { 
font: 1.0em Arial, Verdana, Tahoma, Helvetica, sans-serif; 
font-weight: bold;
color: #008000;
text-align: center;}

p { 
font: 1.0em Arial, Verdana, Tahoma, Helvetica, sans-serif; 
color: #000;
text-align: justify;}

p.menu { 
font: .9em Arial, Verdana, Tahoma, Helvetica, sans-serif; 
color: #008000;
text-align: left;}

p.copy {font-size: .75em; 
color: #666;}

table {
padding: 0;
margin: 0;
border: 0;}
    
img {
border: 0;
border-style: none;}

li { 
font: .95em Arial, Verdana, Tahoma, Helvetica, sans-serif; 
color: #000;
margin: 5px 0px 5px 20px;}

/*HOVER EFFECTS*/
a:link { 
color: #003300; 
background :  transparent none;
text-decoration: underline; }

a.menulink:link { 
color: #008000; 
background : transparent none;
text-decoration: none; }

a:visited { 
color: #000000; 
background :  transparent none;
text-decoration: underline; } 

a.menulink:visited { 
color: #006600; 
background :  transparent none;
text-decoration: none; } 

a:hover { 
color: #CC3300; 
background :  transparent none;
text-decoration: underline; }

a.menulink:hover { 
color: #F63;
background :  transparent none;
text-decoration: none; }

a:active  { 
text-decoration: underline; }

a.menulink:active  {
color: #FFFFFF;
font-weight: bold;
background :  transparent none;
text-decoration: none;}