/**
 * Glow theme print style sheet
 * Copyright (c) 2008 William Swanson
 */

/**
 * Colors and fonts
 */
body {
	font-family: "Times New Roman", serif;
}
code, kbd, samp {
	font: 1.1em "Consolas", "Courier New", "Courier", monospace;
}
a {color: #000;}

/**
 * Navigation
 */
#header {display: none;}
#nav {display: none;}
#footer {display: none;}

/**
 * Content
 */
#content h2 {
	border-bottom: 1px solid #c0c0c0;
	font-family: "Arial", "Helvetica", sans-serif;
	letter-spacing: 0.2em;
}
.newer-link {display: none;}
.older-link {display: none;}
.suggest-link {display: none;}

