body		{
				color: black;
				background: #FFFFCC;
			}

h2 { 
	color: red;
	background: transparent;
	font-size: large;
	font-weight: bold; 
}
	
h3 { 
	color: red; 
	background: transparent;
	font-size: medium;
	font-weight: bold; 
}
	
h4 { 
	color: red;
	background: transparent;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

hr	{ color: gray; background: transparent; }

.hilite	{ background: yellow; }
	
div.note {
			margin-left: 8%;
			margin-right: 8%;
			color: green;
			background: transparent;
}
