body {
background-color:#EFEFEF;
font-family: times,serif;
font-size: 14px;
padding: 0px;
margin: 0px;
}

h1 {
font-family: sans-serif;
font-size: 20px;
font-weight:bold;
padding: 5px;
margin: 5px;
background-color:#ffffff;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #808080;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #808080;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #808080;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #808080;
text-align: center;
width: 95%;
}

th {
font-family: sans-serif;
font-size: 14px;
font-weight:bold;
padding: 5px;
text-align:left;
}

td {
font-family: times,serif;
font-size: 14px;
font-weight:normal;
padding: 5px;
text-align:left;
}

p {
font-family: times,serif;
font-size: 14px;
font-weight:normal;
padding: 5px;
margin: 5px;
text-align:left;
}

a:link {
color: #00009C;
text-decoration:none;
}
a:visited {
color: #00009C;
text-decoration:none;
}
a:active {
color: #A52021;
text-decoration:none;
}
a:hover {
color: #A52021;
text-decoration:underline;
}
