body {
	color: black;
	font-family: sans-serif;
	background: white;
	margin-left: 3%;
	margin-right: 3%;
}
h1,h3 {
	border-top: none;
	border-left: none;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
h1 {
	padding: 0.2em;
	padding-left: 0.4em;
	border-color: #9090b0;
	background: #eeeeff;
}
h3 {
	padding: 0.1em;
	padding-left: 0.4em;
	margin-top: 1.5em;
	margin-bottom: 0em;
	border-color: #909090;
	background: #eeeeee;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
ul {	margin-top: 0.5em;
	margin-bottom: 1.5em;
	list-style: square;
}
a:link { color: #0070b0; }
a:hover { color: #003858; }
a:active { color: #00253a; }

a:visited { color: #0000ff; }
a:visited:hover { color: #000080; }
a:visited:active { color: #000055; }

a.title { color: black; }
a.title:visited { color: black; }
a.img { border: 0px; }
tt { color: #202080; }
.image { text-align: center; }
.update {
	color: #ff0000;
	font-weight: bold;
}
