h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #CCCCCC;
	background-position: right;
	list-style-position: inside;
	list-style-type: square;
}
h5 {
	font-family: "Courier New", Courier, mono;
	font-variant: small-caps;
	color: #FFFFCC;
	text-align: left;
	list-style-type: square;
	font-size: 14px;
	background-color: #999999;
	padding: 6px;
	border: 2px solid #666666;
	font-weight: bold;
}

