.informetitle{
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.income td {
	color: green;
	font-weight: bold;	
}

.expense td {
	color: red;
	font-weight: bold;
}

.total td {
	color: white;
	background-color: black;
	font-weight: bold;
}
