/*
  Style sheet for hakulomake.html
*/

  body { background: #bbccff;
         margin-left: 5%;
         margin-right: 5% }

  div { font-family: sans-serif;
        font-size: 12pt;
        padding-bottom: 10px }

  h2 { background: #a9b9ff;
       text-align: center;
       border: 2px dotted #3030ff }

  h3 { background: #ccddff;
       padding-left: 1cm;
       text-align: left }

  th { background: #aabcff;
       text-align: left }

  hr { width: 50% }

  table { cellpadding: 5 }

  td { background: #ddeeff }

  .center { text-align: center }

  .indent { margin-left: 20px }

