/* Formattazione Testo */
a:link, a:visited, .link {
	color: #ccccff;
	text-decoration: none;
}
a:active {
	color: #ccccff;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

A.menulink {
display: block;
width: 120px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:12px;
color: #ccccff;
BORDER: none;
border: solid 1px #333333;
}

A.menulink:hover {
color: #FFFFFF;
border: solid 1px #ccccff;
background-color:#333333;
}
