body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 90%;
	background-color: rgb(252, 252, 251);
	color: black;
	margin: 0 10% 10px 10%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h2, h3, h4, h5 {
	font-family: Arial, helvetica, sans-serif;
	color: rgb(63, 99, 160);
	border-bottom: solid rgb(255, 129, 0) 1px;
	width: 85%;
}
h2 {
	font-size: 140%;
	padding-top: 10px;
	width: 45%;
}
h3 {
	font-size: 110%;
	padding-top: 5px;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}

a {
	text-decoration: none;
	color: #0000cc;
}
a:hover, a:active {
	text-decoration: underline;
}

.small {
	font-size: 83%;
}
.smaller {
	font-size: 72%;
}

.menu a {
}
.akey {
	text-decoration: underline;
}
.quote {
	font-style: italic;
	padding-left: 4%;
	padding-right: 4%;
	color: rgb(63, 99, 160);
}
.blue {
	color: rgb(63, 99, 160);

}
.orange {
	color: rgb(255, 129, 0);
}
