
body { 
  background-image: url(images/bg.jpg); 
  background-repeat: repeat-x; 
  background-color: #F5DFDB; 
  background-attachment: fixed; }
  
  
td {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  color: #5D352E;
  line-height: 15px;
  font-size: 12px;
  text-align: justify; }
  
  
.thumbs a img {
    border: 2px solid #99574B;
	margin: 2px; }
	
.thumbs a:hover img {
    border: 2px solid #52302A; }
	
	
a { color: #99574B; }
a:hover { color: #52302A; }
