a.external {
	color: #0066FF;
	text-decoration: underline;
	background-image: url(../images/ex.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
a:hover {
	text-decoration: underline;
}
a.wikipage {
	color: #000099;
	text-decoration: underline;
	background-image: none;
	padding-right: 0px;
}

a.editpage {
	color: #990000;
	text-decoration: none;
	background-image: none;
	padding-right: 0px;
}

.pulsanti {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	float: right;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background-color: #414154;
	color: #FFFFFF;
}
a:hover.pulsanti {
	color: #FFFFFF;
}

form {
	margin: 0px;
}

div.credits {
	padding-top: 0.5em;
	text-align: right;
	clear: left;
	font-size: 10px;
	position:relative;
	/*
	border-top: 1px solid #CCCCCC;
	margin-top: 1em;
*/
	
	width: 760px;
	margin-top: 42px;
	left: 105px;
	padding-bottom: 20px;
}

div.credits a {
	text-decoration: none;
	color: #369;
}

