
div#content
{
	position: relative;
	float: left;
	width: 670px;
	padding: 10px;
	text-align: left;
	font-size: 13px;
}

div#content p:not(.leftmargin)
{
	position: relative;
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
div#content p:first-child{margin: 10px 0 0 0;}
p.leftmargin
{
	position: relative;
	float: left;
	width: 640px;
	margin: 5px 0 0 30px;
}

a
{
	text-decoration: none;
	color: #0077CC;
}
a:hover
{
	text-decoration: underline;
}

.span_Circle
{
	border-radius: 50%;
	padding: 3px 8px;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #404040;
	color: Red;
}