body {  
 background-image: url('images/catita_bkgrnd.jpg');
 font-family: Arial; 
 font-size: 10pt;
 color: rgb(33,33,66);
 } 
 
 p {  
 font-family: Arial; 
 font-size: 10pt; 
 color: rgb(33,33,66);
 } 
 
 
  
 a:hover { font-family: Arial;
 font-size: 10pt;
 color: white;  
 text-decoration: underline;
  } 
  
 a:link { font-family: Arial; 
 font-size: 10pt; 
 color: #ffffff;
 text-decoration: underline;  
 } 
  
 a:active { font-family: Arial; 
 font-size: 10pt; 
 color: #ffffff;  
 } 
  
 a:visited { font-family: Arial; 
 font-size: 10pt; 
 color: rgb(88,88,88);  
  } 
  
 a { font-family: Arial; 
 font-size: 10pt;  
 color: #ffffff;  
 text-decoration: none; } 
  
 
 
 td { font-family: Arial; 
 font-size: 10pt; 
 color: rgb(33,33,66);
 table-position: center;

 }
  OL { list-style-type: decimal;
font-family: Arial; 
 font-size: 10pt; 
 color: rgb(233, 217, 163);
 
 }
 
  /*bullet list*/
LI { list-style-type: circle;
font-family: Arial; 
font-size: 10pt; 
color: rgb(233, 217, 163);
}



 /*bullet list*/
LI LI { list-style-type: circle;
font-family: Arial; 
font-size: 10pt; 
color: rgb(233, 217, 163);

}

 /*bullet list*/
LI LI LI { list-style-type: disc;
font-family: Arial; 
font-size: 10pt; 
color: rgb(233, 217, 163);

}