body {
	background-color: #000000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
	
a:visited {
	color:  #ccc;
	}
	
a:active {
	color:  #ccc;
	}
	
a:hover {
	color: #ccc;
	text-decoration: none;
	font-variant: small-caps;
	}

.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
	color: #999900;
}

.header {
	text-align: center;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
	color: #999900;
}

.footer {
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999900;
}

.other {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999900;
}