 body {
  background-color:           moccasin;
  scrollbar-base-color:       moccasin;
  scrollbar-3dlight-color:    midnightblue;
  scrollbar-arrow-color:      midnightblue;
  scrollbar-darkshadow-color: moccasin;
  scrollbar-face-color:       moccasin;
  scrollbar-highlight-color:  moccasin;
  scrollbar-shadow-color:     midnightblue;
  scrollbar-track-color:      moccasin;
  background-image:           url(../img/logo.gif);
  background-repeat:          no-repeat;
  background-position:        0px 0px
 }

 table {
  font-family:                Verdana;
  color:                      midnightblue
 }

 td {
  font-size:                  10pt
 }

 th {
  font-size:                  15pt
 }

 div {
  color:                      #3078C0;
  background-color:           white;
  border:                     2px solid #3078C0;
  margin-left:                100px;
  margin-right:               100px
 }

 ul {
  line-height:                150%;
  margin-top:                 12px;
  margin-right:               20px
 }

 h1 {
  font-size:                  11pt;
  margin-left:                20px;
  margin-right:               20px
 }

 a {
  color:                      midnightblue;
  font-weight:                bold
 }

 a:link, a:visited, a:active {
  text-decoration:            none
 }

 a:hover {
  text-decoration:            underline
 }
 
 .error {
  font-family:                Verdana;
  font-size:                  20pt;
  font-weight:                bold;
  text-align:                 center;  
  color:                      red;

 }