  <style type="text/css">
/* Global Defaults */
 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 }
 body {
 font: 1em/1.25 Arial, Helvetica, sans-serif; 
 color: #ffffff;
 background:#003300;
 font-size: small;
 }
 
 /* Headlines */
 h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 }
 
 /* Text Styles */
 p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
 margin: 0;
 padding: 0;
 font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
 }
 blockquote {
 margin: 1.25em;
 padding: 1.25em
 }
 q {
 font-style: italic;
 }
 acronym, abbr {
 cursor: help;
 border-bottom: 1px dashed;
 }
 small {
 font-size:.85em;
 }
 big {
 font-size:1.5em;
 }
 
 /* Links and Images */
 a:link  {
 text-decoration: none; color:yellow;
 }
 a:visited  {
 text-decoration: none; color:yellow;
 }
 a:active {
 text-decoration: none; color:yellow;
 }
a:hover {
 text-decoration: none;
 color: #ffffff; font-weight: bold;}
img {
 border: none;
 }
 
 /* Tables */
 table {
 table-layout: fixed;
 margin: 0;
 padding: 0;
 border: none;
 width: 800px;
 background: #006600;
 text-align: center;
 font-size: small;
 }
   </style>