﻿body {
   background: white;
   font-size: 12pt;
   font-family: arial, verdana
   }
   
#header, #navigation, #footer {
   display: none;
   }
   
#content {
   width: 100%;
   margin-top: 0px;
   color: black;
   background: #fff;
   }
   

a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }