body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	/* font-family: times, serif;
	font-size: 1.1em; */
	background-color: white;
	color: black;
	padding-top: 1em;
	border-left: 1em solid #2f004f;
	border-top: 1em solid #2f004f;
	border-right: 1em solid #2f004f;
	border-bottom: 1em solid #2f004f;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-right: 1em;
	max-width: 800px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: white;
	color: black;
}

h1, h2, h3, h4 {
    font-family: verdana, arial, helvetica, sans-serif;
}

h1 { font-size: 2em }
h2 { font-size: 1.5em }
h3 { font-size: 1.0em }

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;
}

div.figure {
   float: right;
/* width: 25%; */
   text-align: center;
   border: thin silver solid;
   margin: 0.5em;
   padding: 0.5em;
}

div.box {
	/* margin-left: 2em;
	margin-right: 2em;*/
	border: thin silver solid;
	padding: 0.5em;
}
