/******************************
/ Sruttura globale
/*****************************/
html {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 70%;
}

body {
	background-color: #ffffdd;
}

.print {
	display: none;
}

/******************************
/ Collegamenti
/*****************************/
a {
	text-decoration: underline;
}

a:visited {
	color: #464646;
}

a:hover, a:active {
	color: #8d0000;
}

a.external span {
	position: absolute;
	left: -5000px;
	width: 0px;
}

a.external {
	padding: 0 12px 0 0;
}

a.external:link {
	background: url('../uploads/images/sito/ext_link.gif') no-repeat 100% 0;
}

a.external:visited {
	color: #464646;
	background: url('../uploads/images/sito/ext_link.gif') no-repeat 100% -100px;
}

a.external:hover, a.external:active {
	color: #8d0000;
	background: url('../uploads/images/sito/ext_link.gif') no-repeat 100% -200px;
}

a.rssLink {
border:1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:bold 10px verdana,sans-serif;
color:#FFF;
background:#F60;
text-decoration:none;
}
