H1 {
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #EDEDED;
	font-size: 12px;
	color: #333333;
	padding: 3px;
}

P.body {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}

P.progt {
	font-size: 12px;
	line-height: 140%;
	color: #006699;
}

P.para {
	text-indent: 1em;
	margin: 5px 25px;
}


A:link {
	color: #000099;
	text-decoration: none;
}
A:visited {
	color: #000099;
	text-decoration: none;
}
A:hover {
	color: #ff0000;
	text-decoration: none;
}
