 
H1{
  font-size : 24px;
  font-family : Arial;
  font-style : italic;
  color : black;
  font-weight : 700;
  line-height : 24px;
  letter-spacing : 0px;
}
P{
  font-size : 14px;
  font-family : Arial;
  color : black;
  line-height : 22px;
  letter-spacing : 0px;
}
H2{
  font-size : 14px;
  font-family : Century;
  font-style : italic;
  font-weight : 400;
  line-height : 14px;
  letter-spacing : 0px;
}
H3{
  font-size : 14px;
  font-family : Arial;
  font-weight : 700;
  color : black;
  line-height : 14px;
  letter-spacing : 0px;
}
H4{
  font-size : 16px;
  font-family : "Arial Black";
  font-weight : 700;
  text-align : center;
  line-height : 18px;
  letter-spacing : 0px;
  color : black;
}
A{
  text-decoration : none;
  color : green;
}
A:HOVER{
  color : lime;
  text-decoration : none;
}
A:LINK{
  color : green;
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  text-decoration : none;
}
H5{
  font-size : 16px;
  font-family : Century;
  color : black;
  font-weight : 400;
  letter-spacing : -1px;
  line-height : 22px;
}
CAPTION{
  font-size : 13px;
  font-family : Century;
  font-weight : 700;
  color : navy;
  text-decoration : none;
  letter-spacing : -1px;
}
TD{
  font-size : 14px;
  font-family : Arial;
  font-weight : 700;
  color : black;
  text-decoration : none;
  letter-spacing : 1px;
  cursor : auto;
  float : left;
}
OL{
  font-size : 16px;
  font-family : Arial;
  font-weight : 700;
  text-decoration : none;
  list-style-type : decimal;
  list-style-position : outside;
}
UL{
  font-size : 14px;
  font-family : Arial;
  font-weight : 700;
  letter-spacing : 0px;
  text-decoration : none;
  list-style-type : disc;
  list-style-position : outside;
  line-height : 22px;
}
