body {
  margin: 0 auto;
  width: 548px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.chirplink { display: none; }

#menu {
  margin: 4px 0;
  text-align: center;
  font-size: 10px;
}

#content {
  margin: 0 10px;
}

ul {
  list-style-type: circle;
}

h1 {
  font-size: 16px;
}

h2 {
  margin-top: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #060;
  border-bottom: 1px dotted #060;
}
H2:before { content: "> "; }

h3 {
  font-size: 12px;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
td {
  font-family: Arial, Helvetica, sans-serif;
}

#content img {
  border: 1px solid #000;
}

a:link, a:visited { color: #00c; }
a:hover { color: #c00; }

.floatright {
  float: right;
  display: block;
  margin: 0;
  padding: 0 0 8px 8px;
}

label { width: 100px; }
fieldset span { margin-left: 100px; }

