#text #backButton {
   margin: .3em;
}
#text #backButton a {
   display: block;
   background-color: #dcc;
   padding: .2em .4em .2em .4em;
   margin: 0;
   border: 4px outset #999;
   text-decoration: none;
   font-size: 85%;
   font-weight: 700;
   color: #600;
   cursor: default;
}
#text #backButton a:hover {
   background-color: #fcc;
   color: #600;
   text-decoration: none;
}