body {
  color: green;
  background-color: "FFFFEE";
  font: 12px/14px Verdana, Arial, sans-serif;
}

h1 {
font: 30px/32px Arial, sans-serif;
font-weight: bold;
}

h2 {
font: 24px/26px Arial, sans-serif;
font-weight: bold;
}

span {
color: black;
}

span.b {
font-weight: bold;
}

div.r {
margin-left: 2em;
}

div.tt {
float: left;
width: 20em;
}

div.t {
float: left;
width: 10em;
}

p {
margin-top: 0.5em;
margin-bottom: 0.5em;
clear: left;
}

table {
font: 12px/14px Verdana, Arial, sans-serif;
}

a:link {
text-decoration: none;
color: blue;
}

a:visited {
text-decoration: none;
color: blue;
}


