body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ccffcc;
	}
h1 {
	font-size: 24px;
	color: #fff;
	}
a {
	color: #ccffcc;
	}
td {
	vertical-align: top; /* Aligns all table cell content to the top */
	}
.top-aligned-cell {
	vertical-align: top; /* Aligns only cells with this class */
	}