body {
background-color: white;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}

td {
font-family: verdana;
font-size: 10px;
color: black;
}

.footer {
font-family: verdana;
font-size: 9px;
color: white;
}

input {
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px;
font-family: verdana;
font-size: 10px;
color: black;
}

select {
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px;
font-family: verdana;
font-size: 10px;
color: black;
}

textarea {
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px;
font-family: verdana;
font-size: 10px;
color: black;
}

a:link {font-family: verdana; font-size: 10px; color: white; text-decoration: none; font-weight: none;}
a:active {font-family: verdana; font-size: 10px; color: white; text-decoration: none; font-weight: none;}
a:visited {font-family: verdana; font-size: 10px; color: white; text-decoration: none; font-weight: none;}
a:hover {font-family: verdana; font-size: 10px; color: #87D6FF; text-decoration: none; font-weight: none;}