/* NOTES
        top right bottom left
   margin: 0px 0px 8px 0px;
*/

BODY
{
   background: #bbbbdd;
   color: black;
   font-family: Verdana, Arial, helvetica, sans-serif, georgia;
   font-size: 90%;
   margin: 20px;
}
a:link
{
   color: #ff8822;
   text-decoration: none;
}
a:visited
{
   color: #dd5522;
   text-decoration: none;
}
a:hover
{
   color: #AA00AA;
   text-decoration: underline;
}
.direct
{
   font-size: 80%;
   text-align: right;
}
.caption	   /* under photos */
{
   font-style: italic;
   font-weight: bold;
   padding: 0px 8px 0px 0px; /* to reduce leading in tables */
   margin: 0px 0px 0px 0px;
   font-size: 85%;
}
.credits	   /* at bottom of all pages */
{
   text-align: right;
   font-size: 70%;
   color: #666666;
}
dt
{
   font-weight: bold;
}
TH.pm
{
   border-bottom: 2px solid #b04040;
   font-style: italic;
}
TD.pm
{
   padding: 1px 8px 1px 0px; /* to reduce leading in tables */
}
.aside
{
   font-style: italic;
   font-size: 80%;
}

