body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	
}
a:link {
	color: #fc1404;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8b3305;
	text-decoration: none;
	font-weight: bold;
}
a:hover,active {
	color: #000000;
	background: #fdf47e;
	font-weight: bold;
}
.content {
	text-align: left;
	font-size: 12px;
}
h3 {
	font-size: 16px;
	font-style: italic;
}
.small {
	font-size: 10px;
	text-align: center;
}
