body {
	color: black;
	background: white;
	font-family: sans-serif;
	background: white;
	margin-left: 3%;
	margin-right: 3%;
}
h1,h2 {
	border-style: none solid solid none;
	border-width: 1px;
}
h1 {
	padding: 0.2em;
	padding-left: 0.4em;
	border-color: #9090b0;
	background: #eeeeff;
}
.main h1 {
	margin-bottom: 0;
}
.navigation {
	float: left;
	background: #ccccdd;
	margin: 0 0 1em 0;
	width: 100%;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation ul li {
       	list-style-type: none;
	display: inline;
}
.navigation ul li a {
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-top: 1px solid #99b;
	border-left: 1px solid #99b;
	border-bottom: 1px solid #fff;
}
.navigation li a:hover { background: #99b; }

h2 {
	font-size: 1.5em;
	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.2em;
	margin-bottom: 1.5em;
	list-style: square;
}
a:link { color: #003090; }
a:hover { color: #002050; }
a:active { color: #000000; }

a:visited { color: #404070; }
a:visited:hover { color: #303060; }
a:visited:active { color: #000000; }

a.title { color: black; }
a.title:visited { color: black; }
.aimg { border: 0px; }
tt, code { color: #202080; }
.image { text-align: center; }
.update {
	color: #ff0000;
	font-weight: bold;
}
.copy {
	color: #707070;
	font-size: 0.9em;
	text-align: right;
}
blockquote {
	border-style: none none none solid;
	border-width: 0.3em;
	border-color: #404070;
	padding-left: 0.7em;
	margin-left: 0.3em;
	color: #303050;
}
