
body { 
  background-image: url(images/bg.gif); 
  background-attachment: fixed;
  color: #fff; }
  
.warning {
  background-image: url(images/warningBg.gif);
  background-repeat: no-repeat; 
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  line-height: 11px;
  color: #fff; }
  
  
td {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #6A296D;
  line-height: 16px;
  text-align: justify; }
  
  
a { color: #FFD8B1; font-weight: bold; }
a:hover { color: #ff9900; }

.thumb a img {
    border: 2px solid #fff;
	margin: 2px; }
	
  .thumb a:hover img {
    border: 2px solid #FEEA10; }
	
  .thumb a {
    color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 9px; }
	
  .thumb a:hover {
    color: #FEEA10; }
	
  .thumb {
    font-family: Tahoma, sans-serif;
	font-size: 9px;
	text-align: center; }