/* site wide */
html {
  background-color:#666;
}
body {
  margin:0;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:0.69em;
  font-weight:normal;
  color:#000;
  background-color:#666;
  text-align:center;
}
body * {
  text-align:left;
}
p, a, td {
  font-family:verdana,arial,helvetica,sans-serif;
  color:#666;
  text-decoration: none;
}
td {
  font-size:0.69em;
}
a:hover {
  color:#333;
}
form {
  margin:0;
}
ul {
  padding:0;
  margin:5px 0 5px 0;
}
li {
  padding:0;
  margin:0 0 0 16px;;
}
h1 {
  font-size:2.8em;
}
h2, h4 {
  font-size:1.3em;
  padding:0 0 5px 3px;
  border-bottom:1px solid #666;
  margin-bottom:10px;
}
br.clear {
  clear:both;
  height:0;
  margin:0;
  font-size:1px;
  line-height:0;
}
#content {
  position:relative;
  margin:40% auto;
  padding:0;
  width:70%;
}
.centeredText {
  text-align:center;
}