/*
** Style sheet for "Undocumented SR-52".
** Should be in the same directory as sr-52.html.
*/

/*
** Body and paragraphs.
*/

body {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color: black;
}

p {
	margin-left: 10mm;
	margin-right: 10mm;
}

/*
** Plain tables.
*/

table.plain {
	margin-left: 10mm;
	margin-right: 10mm;
	color: black;
}

table.plain caption {
	font-family: "Helvetica", sans-serif;
	color: black;
	background: #3399CC none;
}
table.plain th.caption {
	 background: #3399CC none;
}

/*
** Lists.
*/

UL {
	margin-left: 20mm;
	margin-right: 10mm;
	list-style-image: url( "../../_themes/blitz/btzbul1a.gif" );
}

UL UL {
	list-style-image: url( "../../_themes/blitz/btzbul2a.gif" );
}

/*
** Headers.
*/

H2 {
	color: #000066;
}
H3 {
	color: #000066;
}
H4 {
	color: #000066;
}

/*
** LED display.
*/

span.led {
	font-family: "Courier", monospace;
	font-weight: bold;
	font-size: 140%;
	color: #ff4040;
	background: #808080 none;
}
span.ledx {
	color: #4040ff;
}

/*
** Keyboard keys looking somewhat like keys in TI documentation.
**
** These two styles are for Netscape 4.x and is overrided by
** styles in keys.css.
*/

span.key {
	font-family: "Courier", monospace;
	font-weight: bold;
	color: black;
	background: white none;
}

span.key-2nd {
	font-family: "Courier", monospace;
	font-weight: bold;
	color: white;
	background: black none;
}
