body {
background-color: white;
font-style: normal;
font-weight: normal;
font-size: small;
font-family: sans-serif;
color: black;
}

table {
border-collapse: collapse;
}

td {
text-align: left;
vertical-align: top;
font-style: normal;
font-weight: normal;
font-size: small;
font-family: sans-serif;
color: black;
padding-left: 3px;
padding-right: 3px;
white-space: nowrap;
}

a {
text-decoration: none;
color: blue;
}

a:hover {
color: aqua;
}

select {
background-color: white;
font-style: normal;
font-weight: normal;
font-size: small;
font-family: sans-serif;
color: black;
}

input {
background-color: white;
font-style: normal;
font-weight: normal;
font-size: small;
font-family: sans-serif;
color: black;
}

img {
border: 0px;
}
