body {	font-family:MS UI Gothic;}
H1,H2,H3   {  font-family:MS UI Gothic;}
H1 {
	font-size: 32px;
	background-color: forestgreen;
	color: white;
	padding: 8px;
	line-height: 100%;
}
H2 {
	font-size: 24px;
	line-height: 100%;
}
div.statment { 
	width: 600px;
	margin-left:20pt; 
	margin-right:20pt; 
	text-align:  
	justify; text-justify: 
	inter-ideograph; 
	line-height:150%; 
}

ul.bomb  { list-style-image: url(bomb.gif); }
ul.light { list-style-image: url(light.gif); }

a:hover { color: 'red'; }
