@import "main-pad.css";

/* all in black'n'white */
body a {
	color: black;
	background: white;
}

/* fonts */
body {
	font-family: georgia, "times new roman", serif;
}
h1, h2, h3 { 
	font-family: arial, helvetica, sans-serif;
}
tt {
	font-family: courier, monospace;
}
pre {
	font-size: 90%;
	font-family: courier, monospace;
}

/* don't need navigation */
#links { display: none; }

/* some layouting ... */
#main h1 {
	border-bottom: 1px black solid;
}

#footer { 
	border-top: 1px black solid;
	margin-top: 2em;
}
