﻿body        { font-family: serif; font-size: 12pt; background-color: navy; color: black; cursor: url("mouse.cur"),auto; }
a           { text-decoration: none; font-weight: bold; color: navy; line-height: 1.5; }
a:hover     { text-decoration: underline; }
a:active    { text-decoration: underline; font-weight: bolder; }
a:visted    { text-decoration: none; font-weight: bold; color: navy; line-height: 1.5; }
hr          { color: black; height: 2px; }
ul          { list-style-type: square; }
ul.nav      { display: marker; marker-offset: 0px; list-style-image: url('images/bullet.gif'); }
h1          { font-size: 25pt; }
h2          { font-size: 20pt; border-bottom: 2px #000000 solid; }
h3          { font-size: 15pt; }
img         { border: 5px none;}
iframe      { border: 1px solid black;}
.sidebar    { background-color: silver; vertical-align: top; color: black; font-weight: bold; padding: 5px; width: 15%; }
.main       { background-color: white; color: black; vertical-align: top; padding: 5px; }
.navbar     { color :#FFFFFF; text-decoration: underline; padding: 5px; width: 20%; }
.caption    { font-size: 8pt; }
