
body { 
  background-image: url(images/bg.jpg); 
  background-repeat: repeat-x; 
  background-color: #FE81A1; }
  
  
h1 {
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 21px;
  color: #B80A37; }
  
  
td {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #3F5DA7;
  line-height: 15px;
  font-weight: bold; }
  
 
a { color: #B80A37; }
a:hover { color: #3F5DA7; }


.thumbs a img {
  border: 1px solid #B80A37;
  margin: 2px; }
	
.thumbs a:hover img {
  border: 1px solid #3F5DA7; }
