A:link    {color: #0000FF;}
A:visited {color: #0066ff;}
A:active  {color: #0066ff;}
A:hover   {color: #0066ff;}

A.header:link    {color: #ffffff; text-decoration: none;}
A.header:visited {color: #e1e1e1; text-decoration: none;}
A.header:active  {color: #e1e1e1; text-decoration: none;}
A.header:hover   {color: #99ccff; text-decoration: none;}

A.leftbar:link    {color: #ffffff; text-decoration: none;}
A.leftbar:visited {color: #e1e1e1; text-decoration: none;}
A.leftbar:active  {color: #e1e1e1; text-decoration: none;}
A.leftbar:hover   {color: #99ccff; text-decoration: none;}

A.leftbaractive:link    {color: #99ccff; text-decoration: none; font-weight: bold;}
A.leftbaractive:visited {color: #99ccff; text-decoration: none; font-weight: bold;}
A.leftbaractive:active  {color: #99ccff; text-decoration: none; font-weight: bold;}
A.leftbaractive:hover   {color: #99ccff; text-decoration: none; font-weight: bold;}


.header
{
  color: white; 
  font-size: 24pt;
  font-weight: bold;
  background: navy;
  text-align: center;
}

.leftbar
{
  color: white;
  font-size: 10pt;
  font-weight: bold;
  background: navy;
  text-align: left;
  vertical-align: top;
}

.main
{
  background: white;
  color: black;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

BODY 
{
  font-family: "Times New Roman";
  background: navy;
}