/* CSS Document */

a            { text-decoration:none}
A:hover {color:rgb(184,159,152); text-decoration:none}
P {font:12px "Verdana"}


.style1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FAECBC;
	text-decoration: none;
}
.style2 {
         font-family: Verdana; 
		 font-size: 12px; 
		 font-style: normal; 
		 line-height: normal; 
		 font-variant: normal; 
		 color: #FAECBC; text-decoration: none; 
		 font-weight: bold; 
}
