table.main
{
   background:     lightgrey; //url(filename.ext);
   border:         thin solid red;
   color:          black;
   font-family:    serif;
   font-size:      12pt;
   font-style:     normal;
   font-weight:    bold;
   text-align:     left;
   vertical-align: top;
   border-spacing: 0;
   border-collapse:collapse
}
th.title
{
   background:     void; //url(filename.ext);
   border:         void;
   color:          red;
   font-family:    serif;
   font-size:      24pt;
   font-style:     normal;
   font-weight:    bold;
   text-align:     center;
   vertical-align: top;
}
td.nav
{
   background:     void; //url(filename.ext);
   border:         void;
   color:          darkred;
   font-family:    serif;
   font-size:      12pt;
   font-style:     normal;
   font-weight:    bold;
   text-align:     left;
   vertical-align: top;
   width:          130;
}
td.link
{
   background:     void; //url(filename.ext);
   border:         void;
   color:          black;
   font-family:    serif;
   font-size:      12pt;
   font-style:     normal;
   font-weight:    bold;
   text-align:     left;
   vertical-align: top;
   width:          130;
}
td.sublink
{
   background:     void; //url(filename.ext);
   border:         void;
   color:          black;
   font-family:    serif;
   font-size:      12pt;
   font-style:     italic;
   font-weight:    bold;
   padding-left:    10;
   text-align:     left;
   vertical-align: top;
   width:          130;
}
td.header
{
   background:     red; //url(filename.ext);
   border:         thin solid red;
   color:          white;
   font-family:    serif;
   font-size:      20pt;
   font-style:     normal;
   font-weight:    bold;
   text-align:     center;
   vertical-align: top;
}
td.body
{
   background:     white; //url(filename.ext);
   border:         thin solid red;
   color:          black;
   font-family:    serif;
   font-size:      12pt;
   font-style:     normal;
   font-weight:    normal;
   padding:        5 10 10 5;
   text-align:     justify;
   vertical-align: top;
   width:          500;
}
td.footer
{
   background:     void; //url(filename.ext);
   border-top:     void;
   color:          black;
   font-family:    serif;
   font-size:      12pt;
   font-style:     italic;
   font-weight:    normal;
   text-align:     center;
   vertical-align: top;
}
img.bordered
{
   border:      thin solid red;
}
h1,h2,h3,h4,h5,h6
{
   color:       red;
   font-weight: bold;
   font-style:  italic;
   border-top:  thin solid red;
}
div
{
   border-left: thin solid red;
}
a:link
{
   color:       red;
}
a:visited
{
   color:       black;
}
a:active
{
   color:       darkred;
}
div.item
{
   border-left: thin solid red;
   border-bottom: thin solid red;
   padding-left:10;
}
img.scrapbook,embed.scrapbook
{
   height:         320;
   max-height:     320;
   border:         thin solid red;
}
img.thumbnail
{
   height:         100;
   max-height:     100;
   border:         thin solid red;
}
div.scrapbook
{
   white-space:    nowrap;
   width:          500;
   height:         130;
   overflow:       auto;
}
