body {
color: blue; 
font-size:11pt;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f4f4f4;
}

.table {
	font-size:12pt;

}
