/* Minimal style sheet, based on partly on original University of Essex stylesheet */

BODY
   { background-color: white; color: #330066; font-family: arial,sans-serif;
        margin-left:  6%;
        margin-right: 4%
  }

A:link {    color: #FF0000; font-weight: 500 }
A:visited { color: #990000; font-weight: 500 }
A:active {  color: #FF9900; font-weight: 500 }
/*A:hover {   color: #FF9900; font-weight: 500 }*/


H1 { text-align: center; font-weight: bold; font-size: 20pt }
H2 { text-align: center; font-weight: bold; font-size: 16pt }

TT { font-family: monospace; color: black; font-weight: 400; }

HR { color: #330066;  height:1px; width:100% }

