/*basic formatting fortables*/


.spreadsheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	}
th {
font-weight:bold;
}

table {
empty-cells:show;

}


.color {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
background-color:#99CCFF;
}
