body { background-color:#FFFFFF;
       background-image: url(images/bkgrnd-green.gif); }

/* Fonts  */
h1.title { font-family: Arial,Helvetica,sans-serif;
           font-size: 200%; font-weight: bold; text-align: center; }
h1 { font-family: Arial,Helvetica,sans-serif;
     font-size: 200%; font-weight: bold; text-align: left; }
h2 { font-family: Arial,Helvetica,sans-serif;
     font-size: 125%; text-align: left; }
h3 { font-family: Arial,Helvetica,sans-serif;
     font-size: 100%; text-align: left; }
p { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
pre { font-family: monospace,monospace; font-size: 100%; }
ul { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
li { font-family: Arial,Helvetica,sans-serif;
     font-size: 100%; margin-bottom: 3px; }
div.body { font-family: Arial,Helvetica,sans-serif; font-size: 80%; }
div.footer { font-family: Arial,Helvetica,sans-serif; font-size: 80%; }
div.credits { font-family: Arial,Helvetica,sans-serif; font-size: 80%; text-align: right; margin: 10px }

/* Set some additional pre attributes */
pre { width:90%; overflow:auto  }

/* Table attributes */
table { background: none;
        font-family: Arial,Helvetica,sans-serif; font-size: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
        border-spacing: 0px;
        border-color: #008000; border-style: solid;
        border-width: 1px 1px 1px 1px; }
table.list { background: none;
        font-family: Arial,Helvetica,sans-serif; font-size: 100%;
        margin-top: 12px;
        margin-left: 24px;
        margin-bottom: 12px;
        border-spacing: 0px;
        border-color: #008000; border-style: solid;
        border-width: 1px 1px 1px 1px }
table.footer { background: none;
        padding: 12px;
        margin-top: 3px; margin-bottom: 3px;
        margin-left: auto; margin-right: auto;
        font-family: Arial,Helvetica,sans-serif; font-size: 100%;
        border: 0 }
tr.heading { padding: 3px; font-weight: bold }
td { padding: 3px; text-align: center;
     font-family: Arial,Helvetica,sans-serif; font-size: 100%;
     border-color: #008000; border-style: solid;
     border-width: 1px 1px 1px 1px }
td.footer { padding: 3px;
     width: 100px;
     font-family: Arial,Helvetica,sans-serif; font-size: 80%;
     border:0 }

/* Image attributes */
img { max-width:300px; max-height:300px; }
img.index { border: none; }
img.slide { border: none; }
img.frame { border: none; }

/* Link attributes */
a:link { color: blue; }
a:visited { color: black; }
a:hover { color: blue; font-weight: bold; }
a:active { color: blue; font-weight: bold; }

