/* CSS Document */

/* GENERICI */
html, body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	height: 100%;
}

#container {
	height: 98%;
}

#accessibleLink {
	right: 20px;
	position: absolute;
}


a{
	color: #000000; 
	text-decoration: none; 
}