html body {
    background-color: #000000;
    color: #c0c0c0;
    font-family: "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace, Consolas;
    font-weight: bold;
}

.link-container {
	margin-top: 3em;
	margin-left: 10em;
	max-width: 60em;
	text-align: left;
}

h1, h2, h3 {
	color: #ffffff;
}

h4 {
	color: #ddc0c0;
}

a, a:link, a:visited {
	color: #c0c0dd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
