body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	
}
.content {
	background: white;
	text-align: left;
	padding-left: 25px;
	padding-right: 30px;
	}
	
a:link {
	color: #cd104a;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #004101;
	text-decoration: none;
	font-weight: bold;
}
a:hover,active {
	color: #ffffff;
	background: #d00f46;
	font-weight: bold;
}
.content {
	text-align: left;
	font-size: 12px;
}
h3 {
	font-size: 16px;
	font-style: italic;
}
.small {
	font-size: 10px;
	text-align: center;
}
