/*
 * style.css
 *
 * $Id: style.css 19 2008-10-10 12:37:19Z lars $
 * 
 *
 */

body { 
  color: black; 
  background: #eeffee;
  font-family:  Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-family: Arial, sans-serif;
}

h1 {
  color: #002200;
  font-size: 175%;
  font-weight: bold;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
}

h3 {
  color: black;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
}

h4 {
  color: black;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
}

a:link {
  color: #114400;
  text-decoration: none;
  border-bottom: 1px dotted #000080;
}
        
a:visited {
  color: #114400;
  text-decoration: none;
  border-bottom: 1px dotted black;
}
        
a:hover {
  color: white;
  text-decoration: none;
  background-color: #114400;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}

a:active {
  color: #114400;
  text-decoration: none;
  border-bottom: 1px dotted #000080;
}

td.content {
  background: white;
  border: 1px solid #000000;
  text-align: justify;
  padding: 10px;
}

div.version { 
  text-align: right;
  color: #d3d3d3;
  font-size: 60%;
  text-align: right;
}
