
body { 
  background-image: url(images/bg.gif);  
  background-attachment: fixed; }
  
  
.warning {
  background-image: url(images/warningBg.jpg);
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  color: #824162;
  text-align: justify; }
  
  
td {
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #A25178;
  line-height: 16px; }
  
  
a {
  color: #ff00ff;
  font-weight: bold; }
  
  
a:hover {
  color: #cccccc; }
  
  
a:visited {
  color: #333; }
  
  
.border img {
  border: 5px solid #ff00ff;
  }
  
.border a:hover img {
  border: 5px solid #cccccc;
  }