H1 {
  border-bottom: 1px solid #545454;
  font-size: x-large;
}

H2 {
  font-size: large;
}

HR {
  background-color: #545454;
  color: #545454;
  height: 1px;
  border: 0;
}

A:link { color: blue }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:active { color: lime }        /* active links */

A:link IMG { border: 0px }
A:visited IMG { border: 0px }
A:active IMG { border: 0px }

.mainTable {
  width: 750px;
  border: 1px solid #545454;
}

.mainTableTd {
  border-bottom: 1px solid #545454;
  vertical-align: top;
}

.mainTableMenuTd {
  border-right: 1px solid #545454;
  border-bottom: 1px solid #545454;
  background: #dde4ec;
  vertical-align: top;
}

#hMenu {}
#hMenu ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#hMenu ul li {
  text-align: right;
  /* border-bottom: dashed; */
  border-width: 1px;
  border-color: #545454;
  background: #dde4ec;
}
#hMenu ul li a {
  color: #000;
  font: bold 16px/25px Georgia, Times New Roman, Times, serif;
  text-decoration: none;
  padding: 0 8px 0 0;
}
#hMenu ul li a:hover {
  text-decoration: underline;
  background-color: #dde4ec;
}

#hSubMenu1 ul li {
  border-bottom: none;
}
#hSubMenu1 ul li a {
  font: bold 12px/25px Georgia, Times New Roman, Times, serif;
}

#hSubMenu2 ul li {
  border-bottom: none;
}
#hSubMenu2 ul li a {
  font: bold 12px/25px Georgia, Times New Roman, Times, serif;
}

#content {
  padding: 5px;
  margin: 0 5px 0 0;
}

#copyright {
  clear: both;
  background-color: #0000ff;
  padding: 5px;
}

#copyright p {
  color: #ffffff;
  font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 5px 0 5px 0;
}

#hOrder {}
#hOrder td {
  vertical-align: top;
  text-align: left;
  padding: 0px 10px 0px 10px;
}

IMG.book_iceman { 
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}

IMG.perry { 
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
