/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a:link {color: Brown; text-decoration: underline; font-weight: bold}
a:visited {color: Navy; text-decoration: underline; font-weight: bold}
a:hover {color: White; background-color:Navy; text-decoration: underline; font-weight: bold}

body 

{
  background-color: #ffffff;
  color: #00007f;
  font-family: Verdana, Arial, Helvetica;
}

blockquote {
  font-style: normal;
}

h1 {
  font-size: 120%;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: solid 1px;
  border-left: solid 1px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  border-color: LightGrey Black Black LightGrey;
  background-color: Lavender;
  color: #00007f;
}

h2 {
  font-size: 110%;
  margin-top: 0px;
}

h3 {
  font-size: 100%;
}

h4 {
  font-size: 80%;
}

p {
  font-size: 85%;
}

li {
  font-size: 85%;
}

