#bigBox{
  background-color: cc0000;
  color: #ffffff;
  font-size: small;
  text-align: left;
  width: 400px;
  outline: black solid thin;
}
#bigHeader{
  background-color: #ffffcc;
  color= #000000;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  width: 400px;
  outline: black solid thin;
}
#finePrint{
  font-family: verdana;
  font-size: x-small;
  color: #ffffff;
}
#smallBox{
  background-color: cc0000;
  color: #ffffff;
  font-size: small;
  text-align: center;
  width: 100px;
  outline: black solid thin;
}
#smallHeader{
  background-color: #ffffcc;
  color= #000000;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  width: 100px;
  outline: black solid thin;
}
#table{
  border: 1px;
  border-spacing: 0px;
  font-family: verdana;
  padding=: 5px;
  width: 600px;
}
#tableBox{
	float: left;
	width: 660px; 
	margin-left: 30px;
}