BODY {
font-family:arial,sans-serif;
}

.housebutton {
font-weight: bold;
font-size: 10pt;
text-align: justify;
margin-bottom: 0px;
margin-top: 0px;
}

.housebutton a {
padding: 0px;
font-size: 10pt;
text-decoration: none;
min-height: 35px;
height: 40px;
display: block;
color: navy;
background-color: khaki;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31559f solid;
border-right: 2px #31559f solid;
}

.housebutton a:hover {
background-color: "gray";
font-size: 10pt;
color: "yellow";
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}
