/* Terminal theme */

.content, .subtitle, h1, h2, h3 {
	color: #0f0;
	font-family: System, monospace;
}
.content a:link { color: #00ff00; }
.content a:visited { color: #008800; }
.content a:active { color: #88ff00; }

h1 {
	text-align: center;
	font-size: 1.5em;
}

.subtitle { font-style: italic; }
