BODY{
  background : #d8d0b8;
  font-family : Verdana;
  color : #500000;
  text-align : center;
  font-size : x-small;
}
TABLE{
  background : #500000;
  width : 60%;
  margin : auto;
}
TH{
  font-size : x-small;
  background : #d8d0b8;
}
TD{
  font-size : x-small;
  background : #d8d0b8;
}
#title{
  color : #d8d0b8;
  background : #500000;
}
.nn{
  color : #d8d0b8;
  width : 20px;
  background : #500000;
  text-align : center;
}
.t{
  background : #d8d0b8;
}
.new{
  color : #d8d0b8;
  text-align : center;
  background : #af6050;
}
A{
  color : #556b2f;
  text-decoration : none;
}
A:HOVER{
  color : #af6050;
  text-decoration : underline;
}
H1{
  color : #d8d0b8;
  background : #500000;
  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  #500000;
  border-width : 0 1 1 30px;
  text-align : left;
  padding : 30 0 0 30px;
}
