body {
	background-color: white;
	color: black;
	font-family: monospace;
}

ul {
	list-style-type: square;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}

#header {
	font-variant: small-caps;
}

#header, #footer {
	font-size: 24pt;
	font-weight: bold;
}

#hacker_emblem {
	padding-left: 4em;
	vertical-align: bottom;
}

#hacker_emblem a {
	color: #000;
}

#hacker_emblem a:hover {
	text-decoration: none;
}

.big {
	font-size: xx-large;
}
