﻿body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: justify;
}
.greeting 
{
  color: red;
}
.header
{
  font-size: 20px;
  font-weight: bolder;
  color: Gray;
}
.newsItemHeader
{
  font-weight: bold;
  font-size: 20px;
}
.newsItemDate
{
  font-weight: normal;
  color: Gray;
}
.newsItemContent
{
  color: Black;
}
table.menu
{
  padding: 0px;
  border-collapse: collapse;
}
td.menuHeader
{
  font-weight: bold;
  background-color: #CCCCCC;
  border-top:solid 0.1em #006600; 
  border-bottom: solid 0.1em #006600;
  padding: 0.3em;
}
td.menu
{
  background-color: #999999;
  border-bottom: solid 0.1em #006600;
  padding: 0.3em;
  text-indent: 1em;
  font-size: .8em;
}
td.menuMouseOver
{
  background-color: #CCCCCC;
  border-bottom: solid 0.1em #33F33F;
  padding: 0.3em;
  text-indent: 1em;
  font-size: .8em;
}