a:link
{
    text-decoration: none;
    cursor: pointer;
    color: black;
   	font-size: 12px;
}

a:visited
{
    text-decoration: none;
    color: #AAAAAA;
	font-size: 12px;
}

a:active
{
    text-decoration: none;
	font-size: 12px;
	background-color: red;
	color: white;
}

a:hover
{
    text-decoration: underline overline;
    color: red;
	font-size: 12px;
}

table
{
	border: 0px; 
    border-collapse: separate;
    border-spacing: 20px;
   	font-size: 12px;
}

td
{
    background: white;
	font-size: 12px;
}

table.esterna
{
   	border: 0px; 
    border-spacing: 0px;
	font-size: 12px;
}

td.esterna
{
    background: transparent;
	font-size: 12px;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	background-color: #D4E8FF;
	color: black;
}

p.titolo
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;

}

#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 400px;
	height: 300px;
}

#slideshow img {
	width: 400px;
	height: 300px;
}
