body
{
	background-color: white;
	margin: 0;
	font-family: Palatino,Book Antiqua,Arial,Verdana,Times New Roman;
	font-size: 13px;
	text-align: justify;
	vertical-align: middle;
	color: black;
}

div
{
	background-color: #cc6600;
	color: white;
	text-align: center;
	vertical-align: middle;
}

div.title
{
	height: 40px;
	font-size: 2em;
/*	margin-top: 10px;*/
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.leftcolumn
{
	float: left;
	width: 120px;
	font-size: 1em;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

div.rightcolumn
{
	float: right;
	width: 120px;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

div.index
{
	font-size: 2em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
}

div.invisibletext
{
	background-color: white;
	font-size: 10px;
}

div.copyright
{
	background-color: white;
	color: black;
}

a.copy
{
	color: black;
}

div.bottomline
{
	position: relative;
	bottom: 0px;
	float: none;
	height: 40px;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	margin-left: 150px;
	margin-right: 150px;
	vertical-align: middle;
}

div.tabella
{
	padding: 0;
	text-align: center;
	width: auto;
}

div.table-row
{
	font-size: 0.7em;
	text-align: justify;
}

div.year
{
	font-size: 1em;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

div.work
{
	font-size: 1em;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 75%;
	text-align: justify;
	vertical-align: middle;
}

div.space-line
{
	clear: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.author
{
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.source
{
	text-align: justify;
	background-color: white;
	color: black;
	font-size: 1em;
	position: relative;
	margin-right: 15%;
	margin-left: 15%;
}

a
{
	color: white;
}

a.copy
{
	color: black;
}

