/*
 * style.css -- HTML style-sheet for www.miketaylor.org.uk
 * $Header: /mnt/disk2/mike/cvs/web/new/comp/style.css,v 1.16 2013-06-19 12:58:38 mike Exp $
 */
body {
    color: black; background: white;
    margin-left: 2em; margin-right: 2em;
    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
    font-size: 14px;
}
h1 { color: #ffffa0; background: #004080; text-align: left;
	padding: 5px 0px 5px 20px;
}
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 }
