@import url("navigation"); /***********************************************/ /* Navigator Div                      */ /***********************************************/  #navigator { background-color: #D0D986; border: 1px #666666 solid; padding: 3px; text-align: center; width: 140px; } /***********************************************/ /* END Navigator Div                      */ /***********************************************/  /***********************************************/ /* button styles                             */ /***********************************************/  .housebutton { text-align: center; margin-bottom: 3px; margin-top: 3px; font-size: small; font-weight: bold; } .housebutton a { padding: 4px; text-decoration: none; display: block; color: #224059; background-color: #ffff99; border-top: 2px #FFFFC1 solid; border-left: 2px #FFFFC1 solid; border-bottom: 2px #003300 solid; border-right: 2px #003300 solid; } .housebutton a:visited { color: #666699; } .housebutton a:hover { background-color: #FFFF80; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #003300; border-right-color: #FFFFC1; border-bottom-color: #FFFFC1; border-left-color: #003300; } /***********************************************/ /* end button styles                             */ /***********************************************/ 