
body { 
  background-image: url(images/bg.jpg); 
  background-repeat: repeat-x; 
  background-color: #FDC689; 
  background-attachment: fixed; }
  
  
.warning {
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  color: #fff;
  text-align: justify;
  line-height: 12px; }
  
  
td {
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #383838;
  text-align: justify; }
  
  
a {
  color: #336600; }
  
  
a:hover {
  color: #ff6600; }
