/* CSS Document */

#header, #footer, #menu, .noprint, 
#sidebar, .nocomments, .postmetadata
 { display: none }

  
h1, h2, p, li, a {
  font-weight: normal;
  font-style:normal;
  font-family: Helvetica, Arial, sans-serif;
  color: black;
  }  
  
a {
  text-decoration: none;
  }  
  
.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }
  
img {
  max-width:100%;
  }
  
td {
   vertical-align: top;
   text-align: left;
   padding: 10px;
   }  
  
     

