.navbutton a:link {
 border: 2px outset #cccccc;
 width: 7.5em;
 margin: 0px;
 padding: 0em 0.2em 0.1em 0.2em;
 color: white;
 background-color: #6666cc;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 font-style: italic;
}
.navbutton a:active {
 border: 2px inset #cccccc;
 width: 7.5em;
 margin: 0px;
 padding: 0em 0.1em 0em 0.3em;
 color: white;
 background-color: #6666cc;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 font-style: italic;
}
.navbutton a:visited{
 border: 2px outset #cccccc;
 width: 7.5em;
 margin: 0px;
 padding: 0em 0.2em 0.1em 0.2em;
 color: white;
 background-color: #6666cc;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 font-style: italic;
}
.navbutton a:hover {
 border: 2px inset #cccccc;
 width: 7.5em;
 margin: 0px;
 padding: 0em 0.1em 0em 0.3em;
 color: white;
 background-color: #6666cc;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 font-style: italic;
}