body {
  color: #333333;
  background-color: #aaaaaa;
  font-family: Arial,Helvetica,sans-serif;
}
#container {
  border: 1px solid #666666;
  margin: 20px auto;
  padding: 10px;
  width: 910px;
  background-color: #fafafa;
}
#header {
}
#content {
  line-height: 1.5em;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: xx-large;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 0;
}
h2 a {
  color: black;
}
hr {
  border-style: solid none none;
  border-top: 1px solid #999999;
}
a {
  text-decoration: none;
  color: #455daa;
}
table {
  border-color: #666666;
  border-width: 1px;
  margin-right: auto;
  border-collapse: collapse;
  margin-left: auto;
}
th {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #cccccc;
}
.up {
  float: right;
}
