BODY{
  background-color : #ffcccc;
}

TD{
  font-size : 14px;
  font-height : 22px;
  letter-spacing: 1px;
    font family : a;
    text-decoration : none;
}

H1{
  font-size : 100%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}

H2{
  font-size : 100%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}

H3{
  font-size : 100%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}


a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009966;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #009900;
	text-decoration: none;
}

