BODY{
  background : #e4e9df;
  font-family : Verdana;
  color : #808080;
  text-align : center;
  font-size : x-small;
}
TABLE{
  background : #808080;
  width : 60%;
  margin : auto;
}
TH{
  font-size : x-small;
  background : #e4e9df;
}
TD{
  font-size : x-small;
  background : #e4e9df;
}
#title{
  color : #e4e9df;
  background : #808080;
}
.nn{
  color : #e4e9df;
  width : 20px;
  background : #808080;
  text-align : center;
}
.t{
  background : #e4e9df;
}
.new{
  color : #e4e9df;
  text-align : center;
  background : #808000;
}
A{
  color : #b8860b;
  text-decoration : none;
}
A:HOVER{
  color : #808000;
  text-decoration : underline;
}
H1{
  color : #e4e9df;
  background : #808080;
  width : 60%;
  font-weight : normal;
  font-size : x-small;
  text-align : left;
  padding : 20 10 20 5px;
  margin : 50 0 0 0px;
}
#note{
  width : 60%;
  border : solid  #808080;
  border-width : 0 1 1 30px;
  text-align : left;
  padding : 30 0 0 30px;
}
