body {
  margin: 0;
  padding: 20px;
  background: #444444;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-family: Helvetica, Arial;
}

body a {
  color: #ffffff;
}

#frame
{
  width: 1000px;
  margin: 0 auto;
  background: #000000;
  text-align: center;
  font-size: 20px;
}

#date {
  float: left;
  width: 250px;
  background: #000000;
  padding: 35px 0px 35px 0px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

#headline {
  float: right;
  width: 750px;
  background: #000000;
  padding: 40px 0px 70px 0px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

#menu {
  float: left;
  width: 200px;
  background: #000000;
  padding: 50px 25px 50px 25px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

#menu span.active
{
  display: block;
  padding: 10px 10px 10px 10px;
  background: #444444;
  color: #ffffff;
}

#menu a:link
{
  display: block;
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  text-decoration: none;
}

#menu a:visited
{
  display: block;
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  text-decoration: none;
}

#menu a:hover
{
  display: block;
  padding: 10px 10px 10px 10px;
  background: #cccccc;
  color: #000000;
  text-decoration: none;
}

#content {
  margin: 0px 0px 0px 250px;
  padding: 25px 25px 125px 25px;
  background: #000000;
  text-align: left;
  font-size: 16px;
}

#content span.header
{
  font-size: 20px;
  font-weight: bold;
}

#content a:link
{
  color: #cccccc;
  text-decoration: none;
  border-bottom: 2px dotted #cccccc;
}

#content a:visited
{
  color: #cccccc;
  text-decoration: none;
  border-bottom: 2px dotted #cccccc;
}

#content a:hover
{
  background-color: #cccccc;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

#foot {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  background: #000000;
  text-align: center;
  font-size:12px;
}