body {
background-color: #f8f8f8;
font-family: Verdana, Arial, Helvetica;
}
table {
background-color: #69c;
margin-left: auto;
margin-right: auto;
min-width: 200px;
}
caption {
font-weight:bold;
font-size: 10pt;
text-align: left;
}
th {
font-weight: bold;
font-size: 8pt;
background-color: #cdf;
padding: 2px 5px;
}
td {
font-size: 8pt;
background-color: #fff;
padding: 0px 5px;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
h1,h2,h3 {
text-align: center;
}