body, pre {
	font-family: CozetteVector;
	font-size: 13px;
	background: #000;
	color: #FFF;
}
h1 {
	font-size: 2em;
}
a {
	text-decoration: none;
	color: #FFF;
}
img[alt="[DIR]"]+a {
	color: blue; 
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 26px;
	}
}
