BODY, html { 
background: url('image/bg.jpg') #006700 ; 
margin-top: 10 ; 
font-family: sans-serif; 
font-size: 12pt ; 
color: #000055 ; 
text-align:left;
}

.wrapper {
background: #fffefa;
width:600px;
margin: auto;
border: 5px outset black ;
}

td.nav {
padding: 30px;
}

A { 
font-family: sans-serif ; 
font-size: 10pt ; 
text-decoration: none ; 
color: #000088 ; 
}

a:hover { 
font-family: sans-serif; 
font-size: 10pt; 
text-decoration: underline ; 
color: #0000ff ; 
}

A.footer { 
font-family: sans-serif ; 
font-size: 9pt ; 
text-decoration: none ; 
color: #770022 ; 
}

A.footer:hover { 
font-family: sans-serif ; 
font-size: 9pt ; 
text-decoration: underline ; 
color: #770022 ; 
}





A.credit { 
font-family: sans-serif ; 
font-size: 7pt ; 
text-decoration: none ; 
color: #41495f ; 
}

a.credit:hover { 
font-family: sans-serif; 
font-size: 7pt; 
text-decoration: underline ; 
color: #41495f ; 
}



UL, OL, LI { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: #000080 ;
}

EM { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: navy ; 
}

I { 
font-family: sans-serif ; 
font-size: 9pt ; 
}

H1 { 
font-family: sans-serif ;  
font-size: 24pt ; 
color: navy ; 
}

H2 { 
font-family: sans-serif ;  
font-size: 22pt ; 
color: navy ; 
}




.button {
display: inline-block;
width: 75px;
   border-top: 1px solid #000000;
   background: #adafb0;
   background: -webkit-gradient(linear, left top, left bottom, from(#d7e7f2), to(#adafb0));
   background: -moz-linear-gradient(top, #d7e7f2, #adafb0);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #007700 ;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
  text-decoration: none;
   border-top-color: #878287;
   background: #878287;
   color: #ffffff;
   }



