/*  */

h1 {
  margin-top: 1ex;
  margin-bottom: 1ex;
  border-bottom: 2px solid;
  font-family: Arial, Helvetica;
}

h2 {
  margin-bottom: 0;
  font-family: Arial, Helvetica;
}

h3 {
  margin-bottom: 0;
  font-family: Arial, Helvetica;
}

p {
  margin-top: 0;
  margin-bottom: 2ex;
  font-family: Arial, Helvetica;
  font-size: small;
}

td, ol, ul {
  font-family: Arial, Helvetica;
  font-size: small;
}

li {
  margin-top: 0;
  margin-bottom: 1ex;
  font-family: Arial, Helvetica;
  font-size: small;
}

.backlink {
  margin-top: 4ex;
  font-weight: bold;
}

.fineprint {
  margin-top: 4ex;
  text-align: center;
  color: #666666;
}

.sidebar {
  width: 20%;
  border-left: 1px solid;
}

.inset {
  background-color: #CCCCCC;
  padding: 1ex;
}

.form-error {
  color: #990000;
}

#sitelinks {
  margin-top: 5ex;
  padding: 0.5em;
  background: #CCC;
  color: #333;
  text-align: center;
}
#sitelinks li {
  display: inline;
  padding: 0.5em;
  font-size: x-small;
}
#sitelinks a {
  color: #333;
}
#sitelinks a:hover {
  color: #B22;
}

/*  */
