@media screen {

  A.navbar:link    { text-decoration: none; 
                     font-weight: bold;
                     color: #FFFFFF;
                     font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar:visited { text-decoration: none;
                     font-weight: bold;
                     color: #FFFFFF;
                     font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar:active  { text-decoration: none; 
                     font-weight: bold;
                     color: #FFFFFF;
                     font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar:hover   { font-weight: bold;
                     color: #000000; 
                     background: #A98C52;
                     font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar2:link    { text-decoration: none; 
                      font-weight: bold;
                      color: #000090;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar2:visited { text-decoration: none;
                      font-weight: bold;
                      color: #000090;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar2:active  { text-decoration: none; 
                      font-weight: bold;
                      color: #000090;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar2:hover   { font-weight: bold;
                      color: #FFFFFF; 
                      background: #000090;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar3:link    { text-decoration: none; 
                      font-weight: bold;
                      color: #B78435;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar3:visited { text-decoration: none;
                      font-weight: bold;
                      color: #B78435;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar3:active  { text-decoration: none; 
                      font-weight: bold;
                      color: #B78435;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.navbar3:hover   { font-weight: bold;
                      color: #FFFFFF; 
                      background: #B78435;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.gnav:link       { text-decoration: none; 
                      font-weight: bold;
                      font-size: smaller;
                      color: #B78435;
                      font-family: Arial, Helvetica, sans-serif;
  }

  A.gnav:visited {   text-decoration: none;
                     font-weight: bold;
                     font-size: smaller;
                     color: #B78435;
                     font-family: Arial, Helvetica, sans-serif;
  }

  A.gnav:active  {   text-decoration: none; 
                     font-weight: bold;
                     font-size: smaller;
                     color: #B78435;
                     font-family: Arial, Helvetica, sans-serif;
  }

  A.gnav:hover   {   font-weight: bold;
                     font-size: smaller;
                     color: #FFFFFF; 
                     background: #B78435;
                     font-family: Arial, Helvetica, sans-serif;
  }

  UL.navbar3 { list-style: none;
              font-weight: bold;
              font-size: smaller;
              margin: 0;
              margin-left: 2em;
              margin-top: .25em;
              margin-bottom: .25em;
              font-family: Arial, Helvetica, sans-serif;
  }

  LI.navbar2:before { display: list-item;
                     font-weight: bold;
                     margin: 0;
                     margin-left: 0;
                     font-family: Arial, Helvetica, sans-serif;
  }   

  UL.gbullet {  list-style-image: url(images/goldbox.jpg);
                list-style-type: square;
  }

}

A:link    { text-decoration: underline; 
            color: #000090;
}

A:visited { text-decoration: underline;
            color: #000090;
}

A:active  { text-decoration: underline; 
            color: #000090;
}

A:hover   { text-decoration: none; 
            color: #000000; 
            background: #D5C276;
}

.head     { text-decoration: none;
            font-weight: bold;
            font-size: medium;
            color: #FFFFFF;
}

.ghead     { text-decoration: none;
            font-weight: bold;
            font-size: medium;
            color: #1CA66B;
}
.bhead     { text-decoration: none;
            font-weight: bold;
            font-size: medium;
            color: #000090;
}

A.bhead:link {text-decoration: none;
}
A.bhead:visited {text-decoration: none;
}
A.bhead:active {text-decoration: none;
}
A.bhead:hover {text-decoration: none;
}

.shaded { background-color: #EEEEEE; 
}

.yellow { background-color: #FFFF40;
}

BODY    { font-family: Arial, Helvetica, sans-serif; 
}
