/*
$Id: style.css,v 1.14 2002/01/13 04:32:31 beardsell Exp beardsell $

Style sheet.
*/

BODY {
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	background: #FFFFFF;
	color: #000033;
	font-family: Verdana, Arial, sans-serif;
}

TABLE {
	bordercolor: #CCFFFF;
	bordercolorlight: #CCFFFF;
	bordercolordark: #CCFFFF;
}

P {
	/*
	background: #FFFFFF;
	color: #000033;
	*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
}

TH,TD {
	background: #FFFFFF;
	color: #000033;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

TD P {
	/*
	background: #FFFFFF;
	color: #000033;
	*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

A:link, A:visited, A:active {
	background: #FFFFFF;
	color: #000033;
	text-decoration: underline;
}

A:hover {
	background: #FFFFFF;
	color: blue;
}

H1, H2, H3, H4 {
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
}

H3, H4 {
	margin-top: 20px;
	text-align: left;
}

BLOCKQUOTE {
	background: #CCFFFF;
	color: #006633;
	padding: 50px;
}

XMP {
	font-family: Courier, monospace;
}
