/* main.css */

body, p, td, th, h1, h2, h3, h4, h5, a, a:link, a:visited, a:hover, a:active
  {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}

body
  {background: #ffffff;}

h1, h2, h3, h4, h5
  {font-weight: bold; font-size: 18px;}
h2
  {font-size: 16px;}
h3
  {font-size: 14px;}
h4
  {font-size: 12px;}
h5
  {font-size: 11px;}
  
th
  {text-align: left;}
  
input, textarea, pre
  {font-family: Courier, monospace; font-size: 12px; background: #ffffff;}
select
  {background: #ffffff;}

b, strong
  {text-decoration: bold;}
i, em
  {text-decoration: italic;}
  
a, a:link, a:visited, a:hover, a:active
  {color: #0000ff; text-decoration: underline;}
a:visited
  {color: #990099;}
a:hover
  {color: #ff0000;}
a:active
  {color: #0000ff;}
  
.small, a.small, a.small:link, a.small:visited, a.small:hover
  {font-size: 10px;}
  
.large, a.large, a.large:link, a.large:visited, a.large:hover
  {font-size: 14px;}
  
.greenbar
  {background: #ccffff;}
.error
  {color: red;}
li.error
  {color: black;}