.stxbutton {
    display: block;
    border: 2px #ddd solid;
    border-radius: 4px;
    width: 280px;
    padding: 6px;
    font-size: 130%;
    background:#990000;
    color: white;
}

.stxbutton:hover  {
    color: #990000;
    background: white;
    border: 2px solid #990000;
}

.stxbutton:hover a {
    color: #990000;
}

.stxbutton a {
    text-decoration: none;
    color: white;
}
.stxbutton a:hover {
    text-decoration: none;
    color: #990000;
}