@charset "utf-8";
/*
 * This stylesheet is to provide a nice clean webpage for handheld, 
 * tty, and braille devices.  
  */
body, strong, em, h1, h2, h3, h4, h5, h6, hr, blockquote #main_section, #foot-box, a {
	font-family: sans-serif;
	width: auto;
	background: #000000;
	color: #ffffff;
}

#credits {
	font-family: sans-serif;
	font-size: xx-small;
	width: auto;
	background: #000000;
	color: #ffffff;
}

kbd, code, pre {
	font-family: monospace;
	width: auto;
	background: #000000;
	color: #ffffff;
}

label { 
	font-weight: bold;
}

a:link {
	background: #000000;
	color: #0000ff;
}

a:visited {
	background: #000000;
	color: #ff00ff;
}
