﻿/*Testata della tabella*/
.TestaTab {
	font-family: calibri;
	font-size: small;
	background-color: #00ffff;
	color: Blue;
	border: thin solid Black;
}
.r1 { 
	background-color: #00ffff;
	font-family: Calibri;
	font-size: x-small;
	color: #0000cc;
	border: thin solid Black;
}
.r2 {
	background-color: #00ffff;
	font-family: Calibri;
	font-size: x-small;
	color: #0000cc;
	border: thin solid Black;
}
.r3{
	font-family: calibri;
	font-size: x-small;
	background-color: #00ffff;
	color: black;
	border: thin solid Black;
}
/*Riga Rossa*/
.r4{
	font-family: calibri;
	font-size: x-small;
	background-color: Red;
	color: black;
	border: thin solid Black;
}
/*Riga Verde*/
.r5{
	font-family: calibri;
	font-size: x-small;
	background-color: Green;
	color: black;
	border: thin solid Black;
}
