
body { 
  background-image: url(images/bg.jpg); 
  background-repeat: repeat-x; 
  background-color: #58A7BF;
  font-family: Tahoma, sans-serif; }
  
  
.folio {
  color: #fff;
  text-align: justify;
  line-height: 12px; 
  font-size: 9px; }
  
  
.salesText {
  font-weight: bold;
  color: #BEECFB;
  font-size: 10px; }
  
  
.formtext {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff; }
  
  
.text {
  border: 1px solid #6FC0D8; 
  background-image: url(images/textBg.gif);
  background-repeat: no-repeat; }
  
  
form {
  margin: 0px; }