h2 {
	text-align: center;
}

body {
	font-family: sans-serif, serif, times;
}

th {
	font-size: small;
	border-collapse: collapse;
	text-align: right;
	vertical-align: top;
	border-width: 0;
}

td {
	font-size: small;
	border-collapse: collapse;
	border-width: 0;
}

table {
	border-style:solid; 
	border-color:#000D5D; 
	border-width:2px;
	padding: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
