BODY {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	color: black;
	text-align: justify;
}
table {
	text-align: justify;
}

td {
	text-align: justify;
}

.spanleft {
		text-align: left;
}



hr{
	color: #3498DB;
}

h2 {
	color: #3498DB;
}
A:link {
	text-decoration: none;
	color: Black;
	font-size: smaller;
}
A:visited {
	text-decoration: none;
	color: Black;
	font-size: smaller;
}
A:active {
	text-decoration: none;
	color: Aqua;
	font-size: smaller;
}
A:hover {
	text-decoration: none;
	color: Aqua;
	font-size: smaller;
}