#navigator {
  background-color: #7ea8cf;
  border: 1px #666666 solid;
  margin-top: 10px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  padding: 0px;
  }

.navbutton {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.navbutton a {padding: 4px;
text-decoration: none;
width: 98%;
display: block;
color: #224059;
background-color: #b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;}

.navbutton a:hover {background-color: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;}
