body {
   margin : 15;
   padding : 0;
   border-color : #cc0000;
   background-image : url(linen.gif);
   color : #000000;
}

p {
   font: 12pt times;
}

ul, ol, li {
   font : 12pt Arial, geneva, helvetica;
}

td {
   font : bold 12pt Arial, geneva, helvetica;
}

h1 {
   font : bold 18pt Arial, Helvetica, geneva;
}

h2 {
   font : bold 16pt Arial, Helvetica, geneva;
}

h3 {
   font : bold 14pt Arial, Helvetica, geneva;
}

#navigation {
   position : fixed;
   left : 0;
   width : 20%;
   margin-left : 10pt;
   margin-right : 20pt;
   color : #000000;
   padding : 8px;
   font : bold 14pt Arial, Helvetica;
}

#content {
   position : absolute;
   width : 80%;
   right : 0px;
   padding : 3px;
   color : #000000;
   font : 12pt times;
}


