/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: underline; color: #65253D; }
			.a1       { text-decoration: underline; color: #65253D; } 
			.a1:hover { text-decoration: underline; color: #D45582; }		

			.b1:link  { text-decoration: underline; color: #CBA0B1; }
			.b1       { text-decoration: underline; color: #CBA0B1; } 
			.b1:hover { text-decoration: underline; color: #CF3438; }		
			
.body {
	font: 12px arial;
	color: #000000;
}  

.body2 {
	font: 12px arial;
	color: #FFFFFF;
}  

.standard {
	font: 11px arial;
	color: #B94473;
}  

.footer {
	font: 11px arial;
	color: #6A2741;
}  

.title {
	font: 15px arial;
	font-weight: bold;
	color: #65253D;
}  

.title2 {
	font: 15px arial;
	font-weight: bold;
	color: #FFFFFF;
}  

.phrase {
	font: 12px arial;
	font-weight: bold;
	color: #CF3438;
}  

.companion{
	font: 18px arial;
	font-weight: bold;
	color: #65253D;
}  

.small {
	font: 10px arial;
	color: #B94473;
}  

