body {
   font-family: Verdana, Geneva, Sans-Serif;
   font-size: 8.5pt;
   line-height: 150%;
   color: 333366;
   background: eeeeee;
}

#left {
   display: block;
   position: relative;
   float: left;
   text-align: left;
   width: 50%;
}

#right {
   display: block;
   float: right;
   text-align: right;
   width: 50%;
}

.boxed {
   display: block;
   text-align: left;
   width: 90%;
   margin: 3pt 3pt 12pt 3pt;
   border: 4px silver groove;
   padding: 12px;
   background-color: #F9FDFA;
}

p {
   font-color: 333366
}

h1 {
   font-weight: bold;
   font-size: 18pt;
}

table {
   font-size: 8pt;
}
