@charset "iso-8859-1";

/* Main document */
body {
	font-family: verdana, sans-serif;
	font-size: 80%;
}
#bodytext {
	margin-top: 20px;
	margin-left: 140px;
	margin-right: 50px;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	color: #aaaabb;
}
h2 {
	margin-top: 20px;
	font-size: 100%;
	font-weight: normal;
	color: #000088;
}
h3 {
	margin-top: 20px;
	font-size: 90%;
	font-weight: normal;
	color: #000088;
}
a {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-color: #d9d9d9;
	border-style: solid;
	color: #0000A0;
}
a:hover {
	background-color: #d9e0e9;
	color: #3355ff
}
