@CHARSET "ISO-8859-1";
table {
border: medium solid #6495ed;
border-collapse:collapse;
margin: 2px;
padding: 3px;
}
th {
font-family: sans-serif;
font-size: 0.8em;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
}
td {
font-family: sans-serif;
font-size: 0.8em;
border: thin solid #6495ed;
padding: 2px;
text-align: left;
background-color: #ffffff;
}
