/*tag*/
body {
	background-color: #EEE7DD;
	background-image: url(immagini/background.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #990066;
}
li {
	list-style-image: url(immagini/icona.gif);
}
<!-- navigazione -->
.menu {
	background-color: #FFFFFF;
	border-bottom: 1px solid #990000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6633;
	text-decoration: underline;
	font-weight: normal;
}
a:link.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
a:visited.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;

}
a:hover.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0D7D0;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	background-color: #993366;
	letter-spacing: 0.1em;
}
/*contenuto - varie*/
.pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.col {
	vertical-align: top;
	background-color: #EEE7DD;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.contenuto {
	background-color: #EEE7DD;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 15px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.backtitolo {
}
.bordotop {
	border: 1px solid #FFFFFF;
}
.white {
	background-color: #FFFFFF;
}
.categoria {
	padding-left: 15px;
}

.3bordi {
	border: 1px solid #CC9966;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	text-align: right;
	padding: 3px;
}
/* motori */
p.powered {
    font-family:Verdana;
    font-size: 10px;
    margin: 0;
    color:#666666;
    text-align:center;
    font-weight:normal;
}
a:link.poweredlink, a:visited.poweredlink, a:hover.poweredlink {
    color: #666666;
    text-decoration:none;
    font-size: 10px;
    font-weight:normal;
}