#content table {
	border-collapse: separate;
    border: 0px solid;	
}
tr.rowtop {
	font-style: italic;
	background-color: white;
	color: black;
	font-size: 120%;
	text-align: center;
}
tr.row1 {
	font-style: bold;
	background-color: orange;
	color: black;
	text-align: center;
}
tr.row2 { 
	font-style: bold;
	background-color: light-grey;
	color: black;
	text-align: center;	
}
#content td {
	border: 1px;
	font-size: 115%;
}
