
/* CSS Document */
 
A:link    { color: #663300; }
A:visited { color: #663300; }
A:hover   { color: #663300; } 
A         { text-decoration: none; }

body   	  { background-image: url(./images/stucco1.gif);
            background-repeat: repeat; 
	    background-attachment: fixed; }
	    
.style1   { font-family: Verdana, Geneva, sans-serif;
	    font-size: 18px;
	    color: #663300;
	    font-weight:normal;
	    line-height: 24px; }
	    
.style2   { font-family: Verdana, Geneva, sans-serif;
	    font-size: 13px;
	    color: #663300;
	    font-weight:normal;
	    line-height: 16px; }
	    
.style3   { font-family: Verdana, Geneva, sans-serif;
	    font-size: 13px;
	    color: #663300;
	    font-weight:normal;
	    line-height: 12px; }
	    
.style4   { font-family: Verdana, Geneva, sans-serif;
	    font-size: 11px;
	    color: #663300;
	    font-weight:normal;
	    line-height: 14px; }
	    
.style5   { font-family: Verdana, Geneva, sans-serif;
	    font-size: 9px;
	    color: #663300;
	    font-weight:normal;
	    line-height: 28px; }
	    
.style6   { font-family: Verdana, Geneva, sans-serif;
	    font-size: 8.5px;
	    color: #663300;
	    font-weight:normal;
	    line-height: 7px; }
