html {
 scrollbar-base-color: #ecf3f6;
 scrollbar-arrow-color: #ffffff;
 scrollbar-3dlight-color: #347968;
 scrollbar-darkshadow-color: #c5dae3;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #93c4d9;
 scrollbar-shadow-color: #000000;
 scrollbar-track-color: #ecf3f6;
}
body {
 margin: 0;
 padding: 0;
 background: #a9a9a9;
 color: #000000;
 font: Arial, Helvetica, sans-serif;
 text-align: center; 
}
table {
 width: 94%;
 bgcolor: #ECF3F6;
 border-style: solid;
 border-color: black;
 border-width: 3px; 
 margin-left: auto;
 margin-right: auto;
}
tr {
 vertical-align: top;
}
tr.c1 { background-color: #FFFFFF; color: #000000; }
tr.c2 { background-color: #ECF3F6; color: #000000; } 
td {
 vertical-align: top;
 border-right: 1px solid #000000;
 border-top: 1px solid #7f462c;
 border-bottom: 1px solid #000000;
 border-left: 1px solid #7f462c;
}
td.c3 { background-color: #FFFFFF; color: #000000; }
td.c4 { background-color: #ECF3F6; color: #000000; } 
img.displayed {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
p.right {
 text-align: right;
}
p.center {
 text-align: center;
} 
p.bold {
 font-weight: bold;
 font-size: 20px;
}
p.left {
 margin-left: 20px;
 margin-right: 20px;
 text-align: left;
}
a {font-weight: bold; }
a:link    {color: #347968; }
a:visited {color: #626d3f; }
a:active  {color: #4682b4; }
a:hover   {color: #9999ff; }
a.nav:link    {color: #023046; text-decoration: none; }
a.nav:visited {color: #b9b9cf; text-decoration: none; }
a.nav:active  {color: #D0D9DD; }
a.nav:hover   {color: #D0D9EE; }
a.more:link    {color: #003377; text-decoration: none; font-weight: normal; }
a.more:visited {color: #451731; text-decoration: none; font-weight: normal; }
a.more:active  {color: blue; text-decoration: underline; }
a.more:hover   {color: #30C000; text-decoration: underline; }


