/* 
  footer.css 
    contains ALL css information for the .footer TD  
*/
.footer{
  height: 20px;
  border: dashed 0px green;
  color: #CC3333;
  font-size: 10px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  text-align: center; 
  padding-top: 4px;
  border-top: solid 2px black;
}
