

body {
margin: 3cm 3cm 3cm 1cm;
font-family: Garamond, Georgia, serif;
	background-color: #d5e4ff;
	font-size:	medium;
	color: #000;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-style: italic;
}

p {
	margin-left: 1cm;
}

#currentpage {
	font-weight: bold;
	color:	#333366;
}

a, a:link  {
	color: #1c00ff;
	text-decoration: underline;
}

a:visited  {
	color: #2300af;
	text-decoration: underline;
}

#header {
	float: left;
	width: 800px;
}

#nav {
	float: right;
	width: 200px;
}


