/*
 * style.css -- HTML style-sheet for www.miketaylor.org.uk
 * $Header: /home/mike/cvs/web/new/comp/style.css,v 1.14 2011-01-21 17:01:08 mike Exp $
 */
body {
    color: black; background: white;
    margin-left: 2em; margin-right: 2em;
    font-family: Verdana, Sans Serif;
    font-size: 13px;
}
h1 { color: #ffffa0; background: #004080; text-align: center;
	margin-left: -1em; margin-right: -1em;
	padding: 5px 10px; border: 1px transparent }
h2,h3,h4,h5,h6 { color: #004080 }
.warning { color: red }
.parchment,.ps { color: #202000; background: #ffffc0;
	border: 1px transparent }
.parchment { padding: 5px 10px }
.vt100 { color: #40ff40; background: black;
	padding: 5px 10px; border: 1px transparent }
.vt100rev { color: black; background: #40ff40 }
.adm3a { color: #ffe000; background: black;
	padding: 5px 10px; border: 1px transparent }
.navbar { background: #ffffc0; text-align: center;
	padding: 0.5em 2em; margin-top: 2em;
	margin-left: -2em; margin-right: -2em;
	border-style: solid; border-width: 2px 0px;
}
.center { text-align: center; }

/*
 *  ###	This doesn't work in Netscape, which stupidly puts the
 *	vertical whitespace before the containing object (<UL> or
 *	<OL>) that has the "discursive" class, instead of before each
 *	contained <LI>.
 */
.discursive li { margin-top: 0.75em }
img.noborder { border: 0 }

