.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#C3366B;
}


A:link {
	color:#C3366B;
text-decoration: (none, underlined, bold, italic, other); 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color:#D66B94;
text-decoration: (none, underlined, bold, italic, other); 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color:#C3366B;
text-decoration: (none, underlined, bold, italic, other); 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #752040;
}

