body
{
  font-family: arial, helvetica, verdana, sans-serif; 
  font-size: 15px; 
  margin-left: 20px;
  margin-right: 40px;
}

td.date
{
  width:125px;
  font-weight: bold;
  color : teal;
  font-size:110%;
  text-align: center;
  background: rgb(176,224,230);
}

.nav
{
  width:145px;
  font-size:95%;
  font-weight: bold;
  color : teal;
  text-align: center;
  vertical-align: top;
}

.header
{
  width: 800px;
  padding: 0px 0px 0px 0px;
  font-size: 40px;
  text-align: center;
}

.content
{
  width: 700px;
  height:1000px;
  padding: 15px 0px 0px 15px;
  text-align: left;
  vertical-align: top;  
}


a:link
{
  color: blue;
  text-decoration:none;
}

a:visited
{
  color: rgb(0,102,102);
  text-decoration:none;
}

a:hover, a.nav:hover, a.subnav:hover
{
  color: teal;
  text-decoration:underline;
}

a.nav , a.subnav
{
color: teal;
text-align: left;
}

a.nav 
{
font-weight:bold;
}

a.subnav
{
font-size:85%
}


img.std
{
height: 120px;
width: 90px;
float: left;
}

p.newsitem 
{
  margin: -15 10 10  15 
}

