body {
	height: 100%;
	margin: 0; padding: 0;
	background-color:#000000;
}

.h2 {
    font-family: Arial, sans-serif;
	font-size: 15px;
	letter-spacing:2px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.content {
    font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.content a:link {
	color: #333333;
	text-decoration: none;
}
.content a:visited {
	color: #333333;
	text-decoration: none;
}
.content a:hover {
	color: #efefef;
	text-decoration: underline;
}

.black {
    font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.black a:link {
	color: #ffffff;
	text-decoration: none;
	background-color:#333333;
}
.black a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color:#333333;
}
.black a:hover {
	color: #333333;
	text-decoration: underline;
	background-color:#ffffff;
}