body {
  color: #000000;
  background: #f1f1f1 url('images/') no-repeat scroll top right;
  font-family: sans-serif;
}

p { 
  text-indent: 40px;
  padding-right: 7%;
}

img {
  border: 0;
}

dt {
  font-weight: bold;
}

strong {
  color: #ee0f0f;
  background-color: #f1f1f1;
}

h1.header {
  font-size: 200%;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 225px;
}

td.sidebar {
  width: 20%;
}

td.content {
  width: 80%;
}

table.sidebar {
  color: #000000;
  background-color: #f1f1f1;
  font-family: sans-serif;
  font-weight: bold;
}
table.sidebar a:link {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #7070ff;
}
table.sidebar a:visited {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #7070ff;
}
table.sidebar a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #ee0f0f;
}
