﻿html, body, p, a, div, ul, li, img
{
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

html, body 
{
	overflow: visible;
}

body 
{
	margin: 1%;
	color: #000;
	font-family: "Times New Roman";
	background-image: url("../images/sfondo.gif");
}

/* Menù */

.menuBar, .menuBar li, .menuBar a 
{
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

.menuBar 
{
	margin-bottom: .5em;
	margin-right: .5em;
	text-align: left;
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #d2b48c;
}

.menuBar a
{
	text-decoration: none;
	padding: 5px .7em;
	white-space: nowrap;
	border: 1px solid #d2b48c;
	margin: -6px .3em;
	height: 0;
}

.menuBar li 
{
	list-style: none;
	display: inline-block;
}

.menuBar, .menuBar li, .menuBar a
{
	overflow: visible;
}

.menuBar a:link,
.menuBar a:visited
{
	color: #666;
	background-color: #eee8aa;
}

.menuBar a:hover,
.menuBar a:focus,
.menuBar a:active 
{
	background-color: #f0e68c;
	color: #000;
}

.menuBar .voceCorrente a 
{
	border-bottom: none;
	padding-bottom: 6px;
}

.menuBar .voceCorrente a:link,
.menuBar .voceCorrente a:visited,
.menuBar .voceCorrente a:hover, 
.menuBar .voceCorrente a:focus,
.menuBar .voceCorrente a:active 
{
	background-color: #f0e68c;
	color: #000;
	border-bottom: none;
	padding-bottom: 6px;
}

/* foto, grassetto, corsivo, indentato, paragrafo, nominativo */

#foto 
{
	float: left;
	margin-right: 1em;
}

.grassetto 
{
	font-weight: bold;
}

.corsivo
{
	font-style: italic;
}

.inlinea 
{
	display: inline;
}

#nominativo 
{
	margin-bottom: 1.5em;
}
