/*
 * Copyright 2009 Matteo Corti
 *
 * RCS information
 * enable substitution with:
 * $ svn propset svn:keywords "Id Revision HeadURL Source Date"
 *
 * $Id: style.css 1140 2010-10-13 13:31:30Z corti $
 * $Revision: 1140 $
 * $HeadURL: https://matteocorti.ch/repos/personal/web/pasi.corti.li/htdocs/style.css $
 * $Date: 2010-10-13 15:31:30 +0200 (Wed, 13 Oct 2010) $
 *  
 */

body { 
  font-family: Helvetica, Arial, sans-serif
}

h1 {
  font-size: 24pt;
  font-weight: bold;
  color: #000066;
  line-height: 140%;
}

h2 { 
  font-weight: bold;
  color: #000066;
}

a {
  text-decoration: none;
}

table { 
  border-width: 0px;
  border-style: outset;
  border-color: gray;
  border-collapse: collapse;
  background-color: white;
}
table.th { 
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  border-color: gray;
  background-color: white;
}
table.td { 
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  border-color: gray;
  background-color: white;
}

