﻿body 
{
  background-color: #00368a;
  font-size: .90em;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  color: black;
}

a.menu:link
{
  font-size: 8pt;
  color: White;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

a.menu:visited
{
  font-size: 8pt;
  color: White;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

a.menu:hover
{
  font-size: 8pt;
  color: White;
  background-color: #4c71ad;
  text-decoration: none;
  font-weight: bold;
}

a.bottom:link
{
  font-size: 8pt;
  color: White;
  text-decoration: none;
}

a.bottom:visited
{
  font-size: 8pt;
  color: White;
  text-decoration: none;
}

a.bottom:hover
{
  font-size: 8pt;
  color: White;
  text-decoration: underline;
}

a:link
{
  color:blue;
  text-decoration: none;
}

a:visited
{
  color: blue;
  text-decoration: none;
}

a:hover
{
  color: blue;
  
}

