
body { background-image: url(images/bg.gif); background-attachment: fixed; }

td { 
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #006600;
  text-align: justify;
  line-height: 16px;
  font-weight: bold; }
  
.thumbs a img {
    border: 2px solid #006600;
	margin: 2px; }
	
.thumbs a:hover img {
    border: 2px solid #ff9900; }
	
	
a { color: #006600; }
a:hover { color: #ff9900; }
