body{
  color:white;
  background-color:navy;
  font-family: Arial;
  }
  A:link,A:visited,A:active{
  color:white;
  text-decoration:none;
  }
  A:hover{
  color:navy;
  text-decoration:underline;
  background:white;
  }
  H1{
  background-color: gray;
  color: yellow;  
  font-size:1.6em;
  margin-top:0.5em;
  }
  h1.top { 
      background : #990000;
      padding : 7;
      color : yellow;
      font : bold  150%  Arial;
      width : 100%;
      filter : Alpha(style=1,opacity=80,finishopacity=5);
   }
   .shadow {
    width : 100%;
	filter : Shadow(color=black,direction=120);
}
  IMG.top{
  border-width:0px;
  float:left;  
  margin:0.5em;
  }
  UL{line-height:2.1em;margin:2.5em;}
  span.update{font-size:0.8em;color:#ff9900;}
  span.date{font-size:0.8em}
  span.upmark{font-weight:bold;color:yellow}
  HR{clear:left;}
  
