body {
   background-color: #262626;
   background-image: url( '../images/background.png' );
   margin-top: 2px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   font-family: verdana, helvetica;
   font-size: 13px;
   text-align: center;
   min-width: 800px;
   color: #ffffff;
}
div.clear {
   clear: both;
   border: 0px solid #cfcfcf;
}
div.buttonBox {
   float: left;
   clear: right;
   border: 0px solid red;
   width: 222px;
   height: 100px;
   background-color: transparent;
   margin: 3px 3px 15px 3px;
}
div.button {
   margin-bottom: 3px;
   border: 1px solid black;
   width: 220px;
   height: 80px;
}
.small {
   margin: 0;
   padding: 0;
   font-size: 11px;
   font-weight: normal;
}
p.edit {
   margin: 0;
   padding: 0;
   font-size: 11px;
   font-weight: bold;
   line-height: 100%;
}
a:link {
   color: #ffffff;
   text-decoration: underline;
}
a:active {
   color: #ffffff;
   text-decoration: none;
}
a:visited {
   color: #ffffff;
   text-decoration: underline;
}
a:hover {
   color: #ffffff;
   text-decoration: none;
}
