body{
	max-width:540px;
	margin: 10px auto;
	padding: 0px 10px;
	color: #444433;
	background-color: #FFFFFF;
	font-family: 'DejaVu Sans', Verdana, sans-serif;
	font-size: 100%;
	text-align: justify;
}
a:link, a:visited{
	color: #444488;
	text-decoration: underline;
}
a:hover, a:focus, a:active{
	color: #444488;
	text-decoration: none;
}
/* header */
header{
	background-color: #BBBBEE;
	padding: 5px 10px;
	margin: 0px 0px 10px;
	overflow: hidden;
	border-top: 4px #444433 solid;
}
h1{
	font-size: 100%;
	margin: 0px;
	font-weight: bold;
	color: #444433;
	text-decoration: none;
}
h3{
	font-size: 110%
}
nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav li{
	float: left;
	margin-right: 15px;
}
header a:link, header a:visited{
	color: #444433;
	text-decoration: none;
}
header a:hover, header li a:active{
	color: #444433;
	text-decoration: underline;
}
nav ul:after{
	clear: both;
}

/* footer */
footer{
	font-size: 80%;
	text-align: right;
	border-top: 1px #444433 solid;
}
