body
{
  background-color: #ffffff;
  font-size: 8pt;
  font-family: 'Verdana';
}

td
{
  font-size: 8pt;
}

.pagetitle
{
  font-size: 11pt;
  font-weight: bold;  
}

h1
{
  font-size: 10pt;
  font-weight: bold;  
}

h2
{
  font-size: 9pt;
  font-weight: bold;
}

h3
{
  font-size: 8pt;
  font-weight: bold;
}


.el
{
  font-weight: bold;  
}

a:link
{
  color: #069;
  text-decoration: none;
} 

a:visited
{
  text-decoration: none;
  color: #069;
}

a:hover
{
  color: #09c;
  text-decoration: underline;
}

.footer
{
  font-size: 6pt;
  font-family: 'Arial';
}

pre.fragment
{
  margin-left: 20px;
  margin-right: 20px;
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  background-color: #eeeeee;
}

/* from doxygen.css */

span.keyword       { color: #008000 }
span.keywordtype   { color: #604020 }
span.keywordflow   { color: #e08000 }
span.comment       { color: #800000 }
span.preprocessor  { color: #806020 }
span.stringliteral { color: #002080 }
span.charliteral   { color: #008080 }
