/*
 * style.css
 *
 * $Id: style.css 57 2008-11-24 08:27:01Z lars $
 * 
 *
 */

body {                                                                          
  color: black;                                                                 
  font-family:  Arial, sans-serif;                                              
}                                                                               
                                                                                
h1, h2, h3, h4 {                                                                
  font-family: Arial, sans-serif;                                               
}
a:link {
  color: #000080;
  text-decoration: none;
  border-bottom: 1px dotted #000080;
}
        
a:visited {
  color: #660000;
  text-decoration: none;
  border-bottom: 1px dotted black;
}
        
a:hover {
  color: white;
  text-decoration: none;
  background-color: #000080;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}

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

a.picture:link {
  color: white;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
        
a.picture:visited {
  color: white;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
}
        
a.picture:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-top: none;
  border-bottom: none;
}
        
a.picture:active {
  color: white;
  text-decoration: none;
  background-color: black;
  border-top: none;
  border-bottom: none;
}

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

img.logo {
  border: 0;
  float: right;
}

