TABLE{
  background-color : white;
}
BODY{
  margin-top : 0px;
  background-image : url(wood2.gif);
  background-repeat : repeat;
  background-attachment : scroll;
}
a:hover{
  color: red;
  font-style: italic;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 16px;
	color: #FF0066;
}

td {
	font-size: 14px;
	text-align: left;
	line-height: 21px;
}
.font12 {
	font-size: 12px;
	line-height: 18px;
}
.font16 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
