/*
$Id: style-tarquin.css,v 1.22 2005/11/04 18:55:35 psb Exp $

Style sheet.
*/

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

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

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

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

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

A:link, A:visited, A:active {
	background: #FFFFFF;
	color: #003300;
	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: #FFCCCC;
	color: #006633;
	padding: 50px;
}

XMP {
	font-family: Courier, monospace;
}
