body {
  background-color: #fffec9;
  font-family: Arial;
  font-size: 12px;
  color: black;
}

.box  {
  width:  600px;
  margin: 0px auto;
  background-color: #ffcb66;
  border: 1px dotted rgb(0,0,0);
}

.header {
  margin-left: 20px;
  display: inline-block;
}

.content {
  display: inline-block;
}

.main {
  margin-left: 10px;
}

.main table {
  margin-top:0px;
  width:580px;
  background-color: #fffec9;
}

h1 {
  font-size:  23px;
}

h2 {
  font-size:  17px;
  text-decoration: underline;
}

h3 {
  font-size:  16px;
}

.main li {
  margin-top: 10px;
  font-size:  18px;
  font-weight: bold;
  list-style-type: square;
}

.main li a{
  color: black;
}

td {
  font-size:    12px;
  margin-top:   5px;
  /*margin-left:  17px*/
  margin-left:  40px;
  background-color: #fffec9
}

td b{
  font-size:    13px;
}

.footer {
  float:      left;
  margin-top: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  font-size:  12px;
  font-weight: bold;
}

.footer img {
  border: none;
  width:  15px;
  height: 15px;

}

.footer a:hover {
  text-decoration: underline;
}

a {
  color: #cd790c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}
