      BODY { 
        font-family: arial, sans-serif;
        border: 4px solid #900;
 	padding-left: 12px;
	padding-right: 12px;
      } 
      a:link { color: #900; }
      a:visited { color: #900; }
      a:hover { text-decoration: none; }
      h1,h2,h3,h4{
	font-family: wide latin, arial, sans-serif;
      }
      p { padding-left: 20px;
	}
      div.button a:link, div.button a:visited {
        color: #bbb;
      }
      div.button {
        padding: 3px;
        font: 1em arial, sans-serif;
        background-color: black;
        color: white;
        text-align: left;
        border: 2px outset #900;
	width: 100%
      }
      tr, td {
        border-right: 1px solid;
        border-top: 1px solid;
      }
      ul {
        list-style: square;
      }
