html {
font: 1em Arial;
font-weight: bold;
font-style: italic;
color: #FFFFFF;
background-color: #FFFFFF;
}
td{
font-weight: bold;
font-style: italic;
}
.inhouse {
color: #000000;
}

a {
color: #FFFFFF;
text-decoration: none;

}

a:hover {
color: #FFFFFF;
text-decoration: underline overline;

}