a {
	font-weight:bolder;
	text-decoration:none;
}
a:link { color: #0080ff; }
a:visited { color: #4480ff; }
a:hover { text-decoration:underline; }
a:active { color: #ff0000; }

h2{
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	border-top: 2px solid #008000;
	border-bottom: 2px solid #008000;
	padding: 4px 4px 4px 44px;
	background-color:#60bb60;
	color:#000000;
}
h3{
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	padding: 2px 2px 2px 10px;
	background-color:#90dd90;
	color:#000000;
}
h4{
	text-align: left;
	border-left: 8px solid #008000;
	padding-left:6px;
	font-weight: bold;
	background-color:#99ee99;
	color:#444444;
}