body {
background: #E4E4E4;
margin: 0;
padding: 10;
text-align: center;
font-family: Verdana, Helvetica, Geneva, Arial,  sans-serif;
font-size: 11px;
}

table {
font-size: 11px;
}

th {
font-size: 12px;
border-bottom: 1px solid #898989;
text-align: left;
background-color: #a3adba;
font-style: italic;
}



h1 {
font-size: 17px;
color: #4b5765;
letter-spacing: 1px;
}

a:link {
color: #00486A;
text-decoration: none;
text-decoration: underline;
}

a:visited {
color: #00486A;
text-decoration: none;
text-decoration: underline;

}

a:active {
color: #600;
text-decoration: underline;

}

a:hover {
color: #600;
text-decoration: underline;

}


.bluerow {
background-color: #DBDEE3;
}