body{
	background-color: White;
}
td{
	font-size: 12px;
	color: 372224;
}
a:link{
	text-decoration: none;
	color: #0000aa;
}
a:visited{
	text-decoration: none;
	color: #0000aa;
}
a:hover{
	text-decoration: underline;
	color: #0000aa;
}
.copy{
	font-size: 11px;
	line-height: 130%;
	color:#f57b84;
}
.center{
	text-align: center;
}
.white{
	background-color: white;
}
.bg{
	background-color: f8dbdb;
}