/* 
cascading style sheet for salonunlimited.com web site -- 12.15.04

COMMENTS:
--windows version
*/

BODY	{
	font-family: verdana, sans serif;
	background-color: #A9A96E;
    font-size: 8pt;
    color: #525D4A;
	margin: 0;
	padding: 0;
	}
	
A:link {
	color: #430000;
	}

A:hover {
	color: #430000;
	}    
    
A:visited {
	color: #430000;
	}

STRONG	{
	font-weight: bold;
	}

/* ----------- text ------------ */
	
.gentext {
   	font-family: verdana, sans serif;
	font-size: 8pt;
	line-height: 10pt;
	padding: 6pt;
    color: #525D4A;
    }

.blktext {
   	font-family: verdana, sans serif;
	font-size: 9pt;
	line-height: 14pt;
	padding: 10pt;
    color: #084894;
    }
    
.headertext {									/* header style */
	font-family: verdana, sans serif;
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000;
	padding-bottom: 10px;
	}

.hometext {									/* hm pg desc */
	font-family: verdana, sans serif;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 26pt;
	padding: 10pt;
	font-weight: normal;
	color: #084894;
	}

.testtext {									/* testimonials text */
	font-family: verdana, sans serif;
	font-size: 8pt;
	line-height: 10pt;
	padding: 10pt;
	font-weight: bold;
	color: #9A2F40;
	}	

.test2text {
	/* testimonials names text */
	font-family: verdana, sans serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #084894;
	text-indent : 16;
}	

	
.colortext {
	/* color text */
	font-family: verdana, sans serif;
	font-size: 7pt;
	color: #9A2F40;
	text-align : center;
}	
	
.smalltext {									/* bottom links */
	font-family: verdana, sans serif;
	font-size: 9pt;
	padding-top: 5px;
	line-height: 9pt;
	font-weight: normal;
	color: #ffffff;
	}