body {
  background: url("/images/washedbigark.jpg") #edfffd fixed 60% 50% no-repeat;
  text-align: left;
  font-family: "comic sans", arial, sans-serif;
  font-size: 14pt;
  color: black;
  padding-left: 220px;
}
p, li {
  font-size: 14pt;
}
div.menu {
  background: #ffe6e6;
  width: 210px;
/*  border: dotted 1px black; */
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  float: left;
  padding-top: 5px;
}
div.menu_wrapper>div.menu {
  position: fixed;
}
div.menu div {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
  color: black;
  font-family: "Courier New", Courier, monospace;
  border-bottom: 1px dotted black;
  margin: 5px;
}
div.menu a {
  display: block;
  color: blue;
  background: url("/images/linkback.png") no-repeat;
  width: 201px;
  height: 51px;
  font-size: 14pt;
  text-align: left;
  padding-left: 30px;
  padding-top: 13px;
  margin: 5px;
  text-decoration: none;
/*  border: dotted 1px white; */
}
div.menu a.w3c {
  display: inline;
  background: white;
  width: auto;
  height: auto;
  margin: 7px;
  margin-top: 10px;
  padding: 0;
/*  border: 1px dotted white; */
}
div.menu_wrapper>div.menu a {
  width: 171px;
  height: 38px;
}
div.menu_wrapper>div.menu a.w3c {
  width: auto;
  height: auto;
}
div.menu a:hover {
  background: url("/images/linkback-highlight.png") no-repeat;
/*  border: dotted 1px blue; */
}
div.menu a.w3c:hover {
  background: white;
/*  border: dotted 1px white; */
}
h1 {
  text-align: center;
  color: purple;
  font-size: 40pt;
  font-weight: bold;
  border-bottom: dotted 1px;
  font-family: "Courier New", Courier, monospace;
/*  font-family: "Times New Roman", Helvetica, Times, serif; */
}
h2 {
  color: blue;
  font-size: 24pt;
  font-family: "Times New Roman", Helvetica, Times, serif;
}
div.mainpage {
  color: blue;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
  line-height: 200%;
}
tr.toy {
  color: blue;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
  line-height: 200%;
  padding-left: 220px;
}
table.toy {
  width: 500px;
  border: 1px solid black;
}
tr.toytitle {
  text-align: center;
}
tr.toypicture {
  text-align: center;
}
td.model {
  text-align: left;
}
td.price {
  text-align: right;
}
tr.toydesc {
  text-align: left;
}
td.toythumbname {
  text-align: center;
}
