body
{
  font-family: sans-serif;
  margin: 1em 2em;
}

pre, code 
{
  font-family: 'Courier New', monospace;
}

DIV.menu
{
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

div.news
{
  color: maroon;
  //color: #003366;
}

h1
{
  background-color: white;
  color: black;
  font-family: Myriad Web, Arial, Helvetica, sans-serif;
  font-size-adjust: .48;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

h2
{
  background-color: white;
  color: black;
  font-family: Myriad Web, Arial, Helvetica, sans-serif;
  font-size-adjust: .48;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

h3
{
  background-color: white;
  color: black;
  font-family: Myriad Web, Arial, Helvetica, sans-serif;
  font-size-adjust: .48;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

a:link, a:visited, a:active
{
  text-decoration: none;
  color: #00C;
  background-color: white;
}

a:hover
{
  text-decoration: none;
  color: #00C;
  background: #FC0;
}

ul.contents li
{
  list-style-type: none;
}

ol li
{
  list-style-type: decimal;
}

ol ol li
{
  list-style-type: lower-alpha;
}

ol ol ol li
{
  list-style-type: lower-roman;
}

em
{
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
  color: black;
  background: white;
}

