body {
  background-color: #333300;
}
div#menu {
  height: 1300px; width: 180px;
  position: absolute; top: 40px; left: 20px;
  border-style: none;
  background-color: #fffff0;
}
div#logo {
  height: 219px; width: 569px;
  position: absolute; top: 40px; left: 200px;
  border-style: none;
  background-color: #333300;
}
div#news {
  height: 1000px; width: 569px;
  position: absolute; top: 259px; left: 200px;
  border-style: none;
  background-color: #333300;
  padding: 8px;
  color: #ffffcc;
}

a.menu {
  font-weight: bold;
  font-size: 11pt;
  line-height: 14pt;
}
a.menu:link {color: #0000ff;}
a.menu:visited {color: #0000ff;}
a.menu:hover {color: #ffffff;}
a.menu:hover {background-color: #0000ff;}

a.news {
  font-weight: bold;
  font-size: 11pt;
  line-height: 14pt;
}
a.news:link {color: #ffff00;}
a.news:visited {color: #ffff00;}

p {
  font-size: 10pt; line-height: 12pt; padding: 4px;
}
span.title {
  font-size: 12pt; line-height: 20pt; font-weight: bold;
}

h1,h2 {
  font-weight: bold; font-size: 12pt; text-align: center;
}
table {
  font-size: 10pt; line-height: 12pt; color: #ffffcc;
}

