div.boxheading {
	border: solid;
	border-width: thin;
	width: 100%
	border-color: black;
	background: rgb(51,153,204);
	padding: 0.4em;
}

div.boxsubheading {
	padding-left: 0.2em;
	border-left: solid;
	border-right: solid;
	border-top: none;
	border-bottom: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-color: black;
	background: rgb(114,186,220);
}

div.boxbody {
	padding-left: 0.2em;
	border-left: solid;
	border-right: solid;
	border-top: none;
	border-bottom: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-color: black;
	background: rgb(209,209,209);
}


body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

pre {
	font-family: Verdana, sans-serif;
}
h1,h2,h3,h4,h5,p,ul {
	font-family: Verdana, sans-serif;
}

A:link {
	text-decoration: none;
	color: black;
}

A:visited {
	text-decoration: none;
	color: black;
}
A:active {
	text-decoration: none;
	color: black;
}
A:hover {
	text-decoration: underline;
	color: black;
}