@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	font-size:1.0em;
	color:#FFFFFF;
}
h2 {
	color:#CCCCCC;
}
a:link, a:active, a:visited, a:hover {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#000;
	background:#fff;
}
#accessibility a {
	color:#fff;
	text-decoration:underline;
}
#accessibility a:hover {
	color:#000;
	background:#fff;
}
#main {
	width:95%;
}
#topbox {
	width:100%;
	background:#000 url("../img/giovanni-boccaccio-cont.gif") no-repeat top right;
}
.nav a:link, .nav a:active, .nav a:visited {
	color:#fff;
	text-decoration:underline;
}
.nav a:hover {
	color:#000;
	background:#fff;
}
.nav {
	width:250px;
	float:left;
}
#content.box {
	width:100%;
	padding:0px;
	background:none;
}
.date {
	width:80px;
}