
body {
  font-size:        50%;
  font-family:      monospace;
  color:            #000000;
  background-color: #999999;
  margin:           50px;     }

h1 { font-size: 200%; }
h2 { font-size: 140%; }
h3 { font-size: 110%; }

th { background-color: #ADD8E6; }

ul { list-style: circle; }
ol { list-style: upper-roman; }

a:link    { color: #000099; text-decoration: none; }
a:visited { color: #3333AA; text-decoration: none; }
a:hover   { color: #6666FF; text-decoration: underline; }
a:active  { color: #3333AA; text-decoration: underline; }

td { vertical-align: top; }

img {
  border-style:     solid;
  border-width:     1px;
  border-color:     #000000;
  background-color: #FFFFFF;
  padding:          1; 
  margin:           1; }

