﻿.logo-bg {
	background-color: #CCD0DB;
	height: 490px;
	background-image: url('./images/home-bg_ceruleo.png');
	background-repeat:repeat-x;
}
.contenuto {
	padding: 10px;
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ccd0db;
	color: #000;
	font-family: sans-serif;
	font-size: 90%;
}
.boards-cell {
	float: left;
	margin:10px;
	margin-right:10px;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
.switcher {
	text-align: right;
	font-size:10px;
	font-style:italic;
	float:right;
	margin-left:5px;
	margin-right:5px;
}

.td_switcher {
	background-color: #97a1b1;
}

.tabella {
	background-color: #ccd0db;
}
