#navigator {
background-color: #32233a;
/*border: 1px #666666 solid;*/
width: 125px;
margin-top: 100px;
/*margin-left: 37.5%;
margin-right: 37.5%;*/
margin-left: 1%;
margin-right: 90%;

padding: 8px;
text-align: center;

}
  
 .housebutton a {
padding: 4px;
text-decoration: none;
display: block;
color: white;
font-family:"Times New Roman",Georgia,Serif;
/*font-weight: bold;*/
background-color: #34263d;
border-top: 2px #5c5c5c solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;
} 
  
.housebutton a:hover {
background-color: #53455c;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}
