.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066; 
	text-decoration: none;
	font-weight: normal;

}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660066; 
	text-decoration: none;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066; 
	text-decoration: underline;
}
.boldunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660066; 
	text-decoration: underline;
}
.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #660066; 
	text-decoration: underline;
	font-weight: bold;
}
.BG {
/*    background-color: #FFFFCC; */
    background-color: #EFD2D4;
}