body {
font-size:120%;
background-color:#cc9933;
}
/*
h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
*/
table {
  vertical-align: top;
}

th {
  font-weight:bold;
}

.row1 {
  background-color: #FFCC33;
}
.row2 {
  background-color: "#cc9933;
}

img {
  text-align:center;
  border : 0px;
}

.center {
   text-align:center;
}
.strong {
   font-weight:bold;
}

form * ul {
    text-align:left;
    list-style-type: none;
    margin: 2px;
    padding: 5px;
}
form > ul > li {
    vertical-align: top;
}

label {
  width: 100px;
  margin-right: 5px;
  text-align: left;
  float:left;
}

label:after {
    content: ":";
}
.error {
   color: red;
}

.clear {
  clear:both;
}
.left {
   float: left;
   display:block;
}

.right {
   float: right;
   display:block;
}

#history p {
   vertical-align: middle;
   width:70%;
   margin-left: 5%;
   margin-right: 5%;
}
