body { background-color: #ffffff }

.nav
{
  background-color: #ffffff;
  font-size: 9pt;
  font-family: Helvetica, serif;
}

.current-menu
{
  font-family: Helvetica, serif;
  font-size: 9pt;
  font-weight: bold;
  color: #666666;
  font-variant: small-caps;
}

a:link, a:visited, a:active { text-decoration: none }
a:link    { color: #990000 }
a:visited { color: #3266cc }
a:hover   { text-decoration: underline }

.brand a:visited { color: #999999 ! important }
.brand a:link   { color: #999999 ! important }

.brand
{
  font-size: 7pt;
  font-family: helvetica, serif;
  color: #999999 ! important;
  font-weight: normal;
}

.heading
{
  background-color: #3299cc;
  color: white;
  font-weight: 700;
  font-size: 12pt;
  text-align: right;
}

.newspaper .headline
{
  font-family: Times, serif;
  font-weight: 800;
  font-size: 15pt;
}

.content { line-height: 13pt }

.newspaper .content
{
  font-family: Times, serif;
  font-size: 11pt;
  line-height: 13pt;
}

.documentation
{
  font-size: 9pt;
  font-family: Lucidatypewriter, Courier, serif;
  color: #003366;
  text-align: right;
}

p
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
  text-align: justify;
}

/* margin syntax: top right bottom left */
.image    { margin: 0pt 18pt 0pt 0pt }
.head-nav { margin: 15pt 0pt 20pt 0pt }
.caption 
{
  font-size: x-small;
  color: #4b5f33;
  text-align: center;
  margin: 3pt 0pt 0pt 0pt;
}
