/*
****************************************************
*  Style sheet for Samui Pure Shores.
*****************************************************
*  Author       *  Date      *  Version   * Changes
*****************************************************
*  Mark Heslop  * 27/05/2004 *  1.0       * Original
*****************************************************
*/

      
/* links formatting  */
A:link {
  color:#000000;
  text-decoration:none;
  border: none #000000;
}
A:visited { color:#000000; text-decoration:none; }
A:hover { color:#ffffff; 
          text-decoration:none; 
         }
A:active { color:#000000; text-decoration:none; }

/* format the background */
body {
      background-color="#ffffff";
      }

/* formatt the paragraph */ 
P {
font-family:"lucida grande",tahoma,verdana,arial,sans-serif; 
font-size:11px; 
color: #333333; /* don't use just black, it won't look good */   }
  
/* list formatting */
ul {
/*    font-weight:bold;*/
    color: #000000;
    list-style-image: url("images/psbutton.gif");
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:small; 
  } 
   
li {
/*    font-weight:bold;*/
    color: #000000;
    }     
    
/* table formatting */
/* this is currenlty used on the properties page */
table.data
{ text-align: center;
/*font-family: Verdana;
font-weight: normal;
font-size: 11px;*/
  color: #000000;
  width: 600px;
  border: 100px;
  border-collapse:  no; 
  border-color: #339900; 
  border-spacing: 60;
  border-left:2;
}


.dataHd
{background-color: #FF9900;
text-align: center;}

.dataBd
{background-color: #FFCC99;
text-align: center;
color: #404040;}

h1 {
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif; 
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: small-caps;
  color: #000099;
}
