body {
  background-color: #000D5C; margin: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: white;
  font-size: 8pt;
}

table.title {
  border-width: 0;
  border-style: none;
  border-spacing: 0;
}

table.title td:first-child {
  width: auto;
  vertical-align: top;
}

table.title td {
  padding: 0;
  text-align: center;
  width: 100%;
  background: url(/images/title.gif);
  vertical-align: middle;
  color: #4080FF;
  font-size: 18pt;
  font-weight: bold;
  font-family: Impact, Arial Black, sans-serif;
}

table.title img {
  border-width: 0;
}

h1 { font-size: 15pt; }

table { font-size: 8pt;}

a { text-decoration: none;  color: Black;  font-weight: bold;   }
a:hover { color: Navy; }
a:active { color: Maroon; }

p { font-size: 8pt; }

.newsTime { font-weight: bold; }

table.menu {
   border: none;  font-size: 12pt;  width: 100%;
   text-align: center; }
td.menu { display: table-cell;  background-color: #D7D7F0; white-space: nowrap; }
td.menu:hover { background-color: #D7E4F0; }

table.items {
   color: Navy;
   border-spacing: 3px;
   width: 100%;
}

table.items caption {
  color: White;
  text-align: left;
}

table.items caption a {
  color: #F0F0D7;
  text-decoration: none;
}

table.items caption a:hover {
  color: White;
  text-decoration: underline;
}

table.items tbody th {
  color: White;
}

td.items {
   background-color: #F0F0D7;
}