body {
  background-color: white;
  color: black;
  font-family: tahoma;
  font-size: 11pt; 
  line-height: 130%;
}
td { font-size: 11pt; }

a:link, a:visited {
  color: #888844;
  text-decoration: none;
}
a:hover, a:active {
  color: red;
  text-decoration: underline;
}

ul { list-style: square;}
ul ul { list-style: circle; }

h1 { font-size: 180%; }
h2 { font-size: 155%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

h1, h2, h3, h4 { color: #606030; }

.opt { font-size: 80%; }


