@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #C0c0c0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c0c0c0;
}
a:hover {
	text-decoration: underline;
	color: #FFD700;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#contenuto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C0C0C0;
	text-decoration: none;
	background-color: #000000;
	height: 768px;
	width: 790px;
	text-align: center;
}
.sottotitolo {
	color: #666666;
	font-style: italic;
	font-size: 8px;
}
table#miniature tr td
{
	border: solid 1px #FFD700;
}
table#miniature tr td.noborder
{
	border: none;
}
.foto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input#prev
{
	background: url(images/previous.gif) #000000 no-repeat top left;
	width: 30px;
	height: 30px;
	border: none;
}
input#next
{
	background: url(images/next.gif) #000000 no-repeat top left;
	width: 30px;
	height: 30px;
	border: none;
}

