@import url("w3c_valid.css");


html, body {
  background:   white;
  color:        black;
  font-family:  Helvetica, Arial, Verdana, sans-serif;
  margin-right: auto;
  margin-left:  auto;
  max-width:    40em;
  width:        40em;
}



a:link {
  background:      white;
  color:           #3333ff;
}

a:visited {
  background:      white;
  color:           #0000cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



.comment {
  font-size: 0.86em;
}



.important {
  background:  white;
  color:       #dd0000;
  font-size:   1.17em;
  font-weight: bold;
}

