
body {
     margin: 0
     padding: 0;
     border: 0;
     background-color: #ffe5e5;     
}

body, td, p {
font-family: Comic Sans MS, tahoma;
font-size: 14px;
font-weight: bold;
}

.maintable {
background-color:#660000;
width:100%;
height:100px;
margin:0;
}

.menu {
      background-color: #ffcccc;
      color: #660000;
      border: solid 1px #ffe5e5;
      width: 155px;
      display: block;
      text-decoration: none;
      padding: 4px 4px 4px 4px;
      margin-top: 5px;
      font-family: tahoma;
      font-weight: bold;
      font-style: italic;
      font-size: 13px;
}

.menu:hover {
      background-color: #ffe5e5;
      color: #660000;
      border: solid 1px #ffffff;

}


.button {
      background-color: #660000;
      color: #ffcccc;
      border: solid 1px #ffcccc;
      width: 110px;
      display: block;
      text-decoration: none;
      padding: 4px 4px 4px 4px;
      margin-top: 5px;
      font-family: tahoma;
      font-weight: bold;
      font-style: italic;
      font-size: 14px;
}

.button:hover {
      background-color: #ffcccc;
      color: #660000;
      border: solid 1px #ffffff;

}