@charset "UTF-8";
body{
	background-color: #52072e;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
}
img {
	border:none;
}
.body12pt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e9218c;
	font-weight: bold;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e9218c;
	font-weight: bold;
}

a:link, a:visited {
	color:#e9218c;
}
a:hover {
	color:#000000;
}