table,td{
	font-size: 12px;
	border: 1px solid #add8e6;
}
table tr:nth-child(1) {
color: white;
 background-color: #6495ed;
 font-weight: bold;
}
table tr:nth-child(even){
background-color: #f5f5f5;
}
table caption{
	color: #6495ed;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	}