@charset "utf-8";
#content .datalist {
	list-style-type: square;
}
#content .datalist li {
	margin-left: 50px;
}

.bold {
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	color: #000;
	text-align: center;
}

#wrapper #content p .blue {
	font-weight: bold;
	color: #517ba3;
	text-transform: uppercase;
}
#content .right {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

