a, img {
	border: 0;
}

a:link {
	color: #036;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0; 
	padding: 0;
	color: #000000;
	background-color: #000000;
	text-align: center;
}

.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.copyright {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}