/* $Revision: 1.3 $ */

h1 {
	font-size: 150%;
	color:green;
	border: 3px solid gray;
	background: #FFFFEE;
	padding: 3px
	}

h2 {
	font-size: 125%;
	color:green;
	border: 2px solid gray;
	background: #FFFFEE;
	padding: 3px
	}

ul {margin-bottom:8px;}
label.normal {font-size: 75%; font: sans-serif; color: green; }
legend {font-size: 75%; font: sans-serif; color: #999 }
fieldset {width: 90%}
textarea {font-size: 75%}
.nobr {white-space: nowrap} 

@media print {
	.noprint { display: none; }
	body {text-decoration: underline;}
}

