body {
   font-size:0.6em;
   text-align:center;
}
.padded {
   margin: 15px;
   border-style: solid;
   border-width: 1px;
   border-color: black;
}
/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

/* visited link */
a:visited {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

/* mouse over link */
a:hover {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

/* selected link */
a:active {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}
@font-face {
        font-family: bitstream;
        src: url(veramono.ttf);
}
.bits {
   font-size:1.5em;
   font-family: bitstream;
   background-color:#f0f0f0;
}
.bits:hover {
   background-color:#e0e0e0;
}
.bbb {
   max-height:100%;
}
.top {
   width:500px;
   height:30px;
   margin:auto;
   font-size:1.2em;
   text-align: center
   
}
.subtop {
   display: inline-block;
   padding: 5px; 
   margin: 0px 15px;
   border: solid;
   border-color: #A1A1A1;
   border-width: 1px;
}
