A:link		{ color: #0000FF; }
A:visited	{ color: #000080; }
A:active	{ color: #FF0000; text-decoration: none; }
A:hover		{ color: #FF0000; text-decoration: none; }

BODY {
	color: #000000;
	background-color: #FFFFFF;

	background-image: url("/baldio/images/backdrop.png");
/*	background-repeat: no-repeat;	*/
/*	background-position: 99% 99%;	*/
/*	background-attachment: fixed;	*/

	margin-top: 1.0em;
	margin-bottom: 1.0em;
	margin-left: 2.0em;
	margin-right: 2.0em;

	font-family: Arial, Georgia, Verdana, Chicago, Helvetica, sans-serif, "MS UI Gothic", "Trebuchet MS";

	/* font-family: "CI", Arial, Georgia, Verdana, Chicago, Helvetica, sans-serif, "MS UI Gothic", "Trebuchet MS"; */
	/* font-size: 0.8em; */
}

H1 {
	color: #000080;
/*	background-color: #FFFFFF;	*/
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, "Monotype Corsiva", Georgia, Verdana, Chicago, Helvetica, sans-serif, "MS UI Gothic", "Trebuchet MS";
}

H2 {
	color: #000080;
/*	background-color: #FFFFFF;	*/
	text-align: left;
	font-weight: bold;
	font-size: 3.0em;
}

H3 {
	color: #FFFFFF;
	background-color: #000080;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 0.5em;
/*	border-style: solid none; border-color: #000080; border-width: thin;	*/
}

H4 {
	color: #FFFFFF;
	background-color: #000080;
	text-align: left;
	font-weight: bold;
	font-size: 1.0em;
	padding-left: 0.5em;
}

H5 {
	color: #FFFFFF;
	background-color: #000080;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
}

PRE {
	line-height: 120%;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	background-color: #FFFFFF;
}

HR		{ color: #000080; }
ADDRESS	{ font-weight: bold; }
P.item	{ font-weight: bold; }
.strong	{ font-weight: bold; }
.indent	{ margin-left: 3.0em; list-style-type: none; }
.indent20	{ margin-left: 2.0em; list-style-type: none; }
.center	{ text-align: center; font-weight: bold; }
.right	{ text-align: right; font-weight: bold; }
.left	{ text-align: left; font-weight: bold; }
.nomark	{ list-style-type: none; }
.item	{ color: #000080; font-weight: bold; }
.name	{ color: #008000; font-weight: bold; }
.red	{ color: #FF0000; font-weight: bold; }
.blue	{ color: #0000FF; font-weight: bold; }
LI {
	margin-bottom: 0.3em;
}
