/* $Id: //websites/unixwiz/unixwiz.net/webroot/unixwiz.css#6 $ */

BODY {
	
	FONT-FAMILY: verdana, arial, sans-serif;
}

P {
	FONT-FAMILY: arial, verdana, sans-serif;
}

LI { 
	FONT-FAMILY: arial, verdana, sans-serif;
}

/* We really like our monospace to use the coolest fonts available */
PRE { 
	font-family: "Lucida Console", "Courier New", Courier, Aria, monospace;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #000;
	border-width: 1px;

        margin-left: 3em;
	padding: 0.5em;
        background: #c0FFFF;
 /*       width: 95%;*/
	font-size: 100%;
}

TT {
	font-family: "Lucida Console", "Courier New", Courier, Aria, monospace;
}
	
/* top-level header: red border on top & the left */
H1 {
        background: #009090;
	font-size: 125%;
	padding-left: 1em;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 2px;

	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 2px;

	border-bottom-style: solid;
	border-bottom-color: #222222;
	border-bottom-width: 4px;

	border-right-style: solid;
	border-right-color: #222222;
	border-right-width: 2px;
	border-right-style: solid;
/*	padding-right: 1em;
	display: inline;
 */

}

H2 {
        background: #009090;
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 1em;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 2px;

	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 2px;

	border-bottom-style: solid;
	border-bottom-color: #222222;
	border-bottom-width: 4px;

	border-right-style: solid;
	border-right-color: #222222;
	border-right-width: 2px;
	border-right-style: solid;
	padding-right: 1em;
/*	display: inline;
 */

}
