
  body {
    font-family: "Trebuchet MS", "Arial MT", Arial, Helvetica, sans-serif;
    color: #330099;
  }

  body,td,th {
   font-size: 12px;
  }

  #boxes {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .box {
    margin-bottom: 10px;
    background: #FFF6BD;
    border: 2px solid #CC3300;
    padding: 10px;
    width: 176px;
  }

  .nobox {
    margin-bottom: 10px;
    background: white;
    border: 0;
    padding: 0;
    width: 200px;
  }

  #imageContainer {
    position: relative;
    margin: auto;
    height: 200px;
  }

  #imageContainer img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .contentheading {
    font-size: 14px;
    font-weight: bold;
  }

