body
  {
   background-color: #f6f6f6;
  }
  
table 
  {
   text-align: center;
   vertical-align: top;
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
  }

td
  {
   margin-bottom: 0px;
   height: 22px;
   vertical-align: top;
   padding-right: 3px;
   padding-left: 3px;
  }
  
tr
  {
   
  }

img
  {
   border: 1px solid black;  
  }

#bread
  {
   height: 22px;
   width: 700px;
   color: white;
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
   text-align: left;
   vertical-align: top;
   float: left;
  }
  
  A:link { 
 color: white;
} 
A:visited { color: white;} 
A:active { color: white;}
A:hover { 
text-decoration: underline; 
color: red; 
}

