body {
  font-family: verdana, arial, helvetica, sans-serif;
  background: #C0C0C0;
  font-size: small;
  margin: 0px;
  padding: 0px;
}
p { text-align: center; }
table.articles {
  width: 225px;
  border: 1px solid #000000;
}
table  { width: 100%; }
table#main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
tr.dark {
  background: #7F9AB8;
  font-weight: bold;
}
tr.darkc {
  background: #7F9AB8;
  font-weight: bold;
  text-align: center;
}
tr.light { background: #BDC9D7; }
tr.light2 { background: #D9E3EC; }
td.menu {
  width: 100%;
  text-align: center;
  font-weight: bold;
  background: #7F9AB8;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
td.sub {
  text-align: center;
  background: #BDC9D7;
}
td.menus {
  width: 120px;
  vertical-align: top;
  background: #BDC9D7;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0px;
}
td.main {
  background: #FFFFFF;
  border: 1px solid #000000;
  vertical-align: top;
}
td.articles {
  font-weight: bold;
  vertical-align: top;
  font-size: x-small;
}
td.small { font-size: x-small; }
td.title {
  width: 110px;
  font-weight: bold;
  text-align: left;
}
td.newsbody {
  border-right: 1px solid #7F9AB8;
  border-left: 1px solid #7F9AB8;
  padding: 2px;
}
a:link {
  text-decoration: none;
  color: #345C3E;
}
a:visited {
  text-decoration: none;
  color: #345C3E;
}
a:hover {
  text-decoration: underline;
  color: #345C3E;
}
a:hover.menu {
  text-decoration: none;
  font-weight: bold;
}
h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }
h4 { text-align: center; }
h4.mp3ad { text-align: left; }
h5 { text-align: center; }
img { border: none; }
