.content {
	text-align: center;
	line-height: 22px;
	margin: 20px;
	background-color: #333;
	padding: 10px 20px 10px 20px;
	font-size: 11px;
	color: #ebebeb;
}
.content a {
	color: #FFA000;;
	text-decoration:none;
}
.content a:hover {
	text-decoration: underline;
	color: #FF8C00;
}
.disclaimer {
	text-align: left;
}


#strongText {
	font-weight: bold;
}
