body
{
  font-family: Arial,sans-serif;
}

a:link, a:visited, a:hover 
{
  color: #006699;
  text-decoration: underline;
  font-size: 10pt;
}

a:hover 
{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 
{
  font-family: Arial,sans-serif;
}

h1
{
  font-family: Verdana,Arial,sans-serif;
  font-size: 120%;
  color: #006699;
}

h2
{
  font-size: 100%;
#  color: #334d55;
#   color: #CD853F
# color: #B88608;
#  color: darkred;
  color: DarkGoldenrod;
}

h3
{
  font-size: 100%;
  color: #334d55;
}

h4
{
  font-size: 100%;
  font-weight: normal;
  color: #333333;
}

h5
{
  font-size: 100%;
  color: #334d55;
}

#menuLink a:link
{
  padding: 2px 2px 2px 2px;
  width: 100%;
}

#menuLink a:visited
{
  padding: 2px 2px 2px 2px;
}

#menuLink a:hover
{
  background-color: #eeeeee;
  padding: 2px 2px 2px 2px;
}

.defaults
{
   font-size: 10pt;
   color: #222222;
}

ol
{
  line-height: 16pt;
}

ul
{
  line-height: 16pt;
  list-style-type: square;
}

