/*
    Style sheet for the Voynich 100 event
    Modified: 19/01/2012 
*/

body {
     background-color:#FFFFFF;
   }

p, dl, ul, ol, h1, h2, h3, h4, table, address, blockquote {
      font-family: Century Schoolbook;
      margin-right: 128px;
      line-height: 1.25;
   }

div, p, pre, dl, h1, h2, h3, h4, ul, ol, table, address {
      margin-left: 96px;
   }

a:link, a:visited, a:hover {
      color: #0040FF;
      text-decoration:none;
   }

a:hover {
      border-bottom:3px dotted red;
   }

p {
      font-size: 12pt;
      margin-top: 4pt;
      margin-bottom: 8pt;
   }

blockquote {
      margin-left: 32px;
      font-size: 10pt;
      font-style: italic;
   }

th, td {
      font-size: 12pt;
      margin-top: 8pt;
      margin-bottom: 8pt;
   }

th {
      background-color: #FFFFC0;
      font-weight: bold;
   }

li, dt, dd {
      font-size: 12pt;
      margin-top: 0pt;
      margin-bottom: 4pt;
   }

h1 {
      font-weight: bold;
      font-size: 16pt;
      margin-top:64px;
      margin-bottom: 8pt;
   }

h2, h3 {
      font-weight: bold;
      font-size: 14pt;
      margin-top: 40pt;
      margin-bottom: 8pt;
   }

h4 {
      font-weight: bold;
      font-size: 12pt;
      margin-top: 12pt;
      margin-bottom: 4pt;
   }

address {
      font-size: 12pt;
      margin-top: 48pt;
   }

