@charset "UTF-8";
/* CSS Document */

td.destro {
	width: 10px;
	background-image: url(destro.png);
	background-repeat: repeat-y;
}

td.sinistro {
	width: 10px;
	background-image: url(sin.png);
	background-repeat: repeat-y;
}

td.basso {
	width: 10px;
	background-image: url(basso.png);
	background-repeat: repeat-x;
}



