  BODY {
    font-size: 11pt;
    font-family: "Comic Sans MS", Arial, Helvetica, Helv, Univers, sans-serif;
    color: white;
    margin-left: 2px;
    margin-right: 2px;
    background: darkslateblue url('images/blues.jpg');
 }

  A:link {
    color: yellow;
  }

  A:visited {
    color: #90EE90;
  }
  
  A:active, A:hover {
  	color: red;
  }

  H1 {
    font-size: 20pt;
    color: #FFD700;
    text-align: center;
  }

  HR {
	color: #6495ed;
	height: 4px;
  }   

  TABLE {
    padding: 0;
  }
  
  P.counter {font-size: 9pt;}

  TABLE#banner {
     background-image: url('images/blues.jpg');
     border: ridge 4px #b0c4de;
   }

  TD#banner1 {
    text-align: center;
    padding: 10px;
    background-color: #8B4513;
  }
  
#header {  }
  #globalNavBar { margin-top: -2px; margin-left: 25px }
  #topNavBar { font-size: 13px }
  #header hr { text-align: left; width: 462px; height: 2px }
  #topBanner { display: none; visibility: hidden; }
  #childNavBar { display: none; visibility: hidden; }
