BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: white;
	color: black;
	padding-top: 5em;
	border-left: 1em solid #167627;
	border-top: 1em solid #167627;
	border-right: 1em solid #167627;
	border-bottom: 1em solid #167627;
	padding-left: 10em;
	padding-bottom: 5em;
	padding-right: 10em;
}

/* H1, H2, H3, H4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
} */

H1 { font-size: 1.5em }
H2 { font-size: 1.3em }
H3 { font-size: 1.1em }

a {
	color:#15358D;
	text-decoration:none;
	border-bottom-style:none;
}

a:visited {
	color:#9F1DBC;
}


a:hover {
	color:#15358D;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

