/* CSS definition file containing site wide stylesheets */

H1 {
	color: rgb(0,51,0)
}

H2 {
	color: rgb(0,51,0);
 	padding-left: 5px;
 	border-left: 2px solid rgb(0,51,0);
 	border-bottom: 2px solid rgb(0,51,0)
}

H3 {
	color: rgb(0,128,0);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: underline
}