body {
  font-family: verdana, arial, sans-serif;
  background: #888888;
}

div#content {
  background: #f5f5f5;
  font-size: 12px;
  text-align: justify;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  border: thin solid #444444;
}

div#header h1 {
  font-size: 40px;
  color: black;
}

div#header {
  background: #dddddd;
  border: medium solid #444444;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 20 px;
  line-height:1;
  color: #666666;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

div.insetbox {
  text-align: justify;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: thin solid #444444;
}

table {
  border: thin solid #444444;
  padding: 5;
  cell-padding: 5;
  background: #cccccc;
  valign: top;
}

td {
  background: #eeeeee;
  padding: 7;
  vertical-align: top;
  font-size: 12px;
}

A:link {text-decoration: none; color:#666666}
A:visited {text-decoration: none; color:#666666}
A:active {text-decoration: none; color:#666666}
A:hover {text-decoration: none; color: black }

li {
  margin: 6px;
}

tt {
  font-size: large;
}

ul {
  list-style: square;
}
