
body { 
  background-image: url(images/bg.jpg); 
  background-repeat: repeat-x; 
  background-color: #fff; 
  background-attachment: fixed; }
  
  
.text {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #B40950;
  line-height: 18px; }
  
  
a {
  font-weight: bold;
  color: #ff0066; }
  
a:hover {
  color: #66ccff; }
  
.free a { font-family: Tahoma, sans-serif; font-size: 22px; line-height: 24px; color: #ff0066; }
.free a:hover { color: #66ccff; } 
.free img { border: 2px solid #0FBBFD; margin: 2px; }
