/*
 * $Id: page.css,v 1.8 2010/12/21 16:06:55 potse Exp $
 *
 * default style for most of the pages
 *
 */

body {background-color: #ffebcf}


a:link {color: black}
a:visited {color: #505050} /* place before active and hover */
a:active {color: darkred} 
a:hover  {color: darkred}  /* placed after visited, overrides it */


h1, h2, h3, h4, h5, h6 {
  color: darkred; text-align:left;
  font-family: "Bitstream Vera Sans", "Verdana", "Helvetica", "sans-serif";
}

h6 { font-size: 12px; line-height: 15px }
h5 { font-size: 12px; line-height: 15px }
h4 { font-size: 14px; line-height: 18px }
h3 { font-size: 16px; line-height: 20px; margin-top: 20px; margin-bottom: 4px }
h2 { font-size: 20px; line-height: 24px; margin-top: 24px; margin-bottom: 4px }
h1 { font-size: 24px; line-height: normal }

/* td is needed for old Mozilla versions, which don't pick up
   the style from <table> */
p, table, td {
  font-family: "Bitstream Vera Sans", "Verdana", "Helvetica", "sans-serif";
  font-style: normal;
  font-size: 11px;  
  line-height: 15px;
  color: black;
  margin-bottom: 2px;
}

p.long {
  text-align: justify
}
