html, body {
   margin:10px;
   padding:10px;
}
body {
   font-family:tahoma,arial,sans-serif;
   font-size:12px;
   color:#000;
   background-color:#fff;
   }

h1, h2, h3, h4, h5, h6 {
   font-size:14px;
}

#navigation {
display:none;
}

img {
   border:0;
   }

table {
      width:400px;
      border:1px solid #c39018;
}

strong, em {
   font-weight:normal;
   font-style:normal;
   font-size:inherit;
}

em.emph {
   font-weight:bold;
   font-style:normal;
   font-size:inherit;
}

.small {
font-size:0.8em;
}