﻿body
{
    font-family: Tahoma;
    color: #151515;
    font-size: 11px;
}
.Crediti
{
    font-family: Tahoma;
    color: #808080;
    font-size: 10px;
}
.Crediti2
{
    font-family: Tahoma;
    color: #555555;
    font-size: 10px;    
    font-weight: bolder;    
}

.Titolo 
{
	font-family: Tahoma;
	color: #85481F;
	font-size: 12px;
	font-weight:bold;	
}

a:link{
    text-decoration: underline;
    color:#555555;
}

a:hover {
	text-decoration: none;
	color:#555555;
}
a:visited 
{
	color:#555555;
}