
body { 
  background-image: url(images/bodyBg.jpg); 
  background-repeat: repeat-x; 
  background-color: #F8E39C; }
  
  
.welcome {
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  line-height: 10px;
  color: #333;
  font-weight: bold; }
  
  
td {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #4b4b4b;
  text-align: justify; }
  
  
a {
  color: #cc0000;
  font-weight: bold; }
  
  
a:hover {
  color: #cccccc; }
  
  
a:visited {
  color: #333; }
  
  
.border img {
  border: 5px solid #cc0000;
  }
  
.border a:hover img {
  border: 5px solid #FAD24D;
  }