body {
	background-color: #000000;
	margin: 0px;
}
.derricktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
	letter-spacing: 1em;
	padding-bottom: 0px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	letter-spacing: .08em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
}
a:link {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
