/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
    text-decoration: none;
}

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

/* selected link */
a:active {
    color: black;
    text-decoration: none;
}

@font-face {
        font-family: bitstream;
        src: url(veramono.ttf);
}

body {
   font-size:1.7em;
   font-family: bitstream;
}

.header {
   width:400px;
   height:50px;
   margin:auto;
   padding-top:5px;
   padding-bottom:0px;
   font-size:1.5em;
   background-color:#ccc;
   border:5px solid red;
}

.bits {
   background-color:#f0f0f0;
   width:45%;
   height:100%;
   padding: 0;
   padding-top:5;
   margin: 0 auto;
   float:left;
}

.bits-rm {
   margin-right: 10;
}

.bits:hover {
   background-color:#e0e0e0;
}

.bbb {
   max-height:100%;
}

.padded {
   margin: 15px;
   border-style: solid;
   border-width: 1px;
   border-color: black;
}

