body {
  color: #90FFFF; 
  background-color: #505050;
  margin: 0;
  padding: 0;
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  }

div#container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
/*  position: absolute; */
/*  top: 20px; */
  color: black;
}
table {
  width: 100%;
}
table.menu {
  width: 100%;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 15px;

}
td.menu {
  color: black;
  width: 25%;
  height: 2em;
  font-variant: small-caps;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background-color: #00B0F2;
/*  background-image: url(../images/menu_bk.gif);
  background-repeat: repeat-x; */
}
a.menu {
  color: white;
  font-variant: small-caps;
  font-weight: bold;
}

a:hover.menu {
  color: yellow;
  font-variant: small-caps;
  font-weight: bold;
}

table.toptable , table.footertable {width: 90%;margin-left: auto; margin-right: auto; position: relative; top: 10px;}
td#footercell {text-align:center; background-color: #505050; color: #C0C0C0;}

a {color: #11CC28; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #00B0F2;}

.highlight {
  color: #00B0F2;
  font-size: 110%;
  font-weight: bold;
  font-variant: small-caps;
}

.hdr1 {
  font-size: 240%;
  font-weight: bold;
  color: #00B0F2;
}
.hdr2 {
  font-size: 180%;
  font-weight: bold;
  color: black;
}
.hdr3 {
  font-size: 120%;
  font-variant: small-caps;
  font-weight: bold;
  color: black;
}
.hdr4 {
  font-size: 100%;
  font-weight: bold;
  color: #00B0F2;
}

table.shop {
  width: 90%;
  margin-left: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 25px;
  border-style: solid;
  border-width: medium thin;
  border-color: black;
}
td.shop {
  padding: 10px;
  text-align: center;
}
.prodtitle {
  font-size: 200%;
  font-weight: bold;
  color: black;
}
div.footer {
  width: 90%;
  text-align:center;
  background-color: #505050;
  color: #C0C0C0;
  margin-left: auto; 
  margin-right: auto; 
  position: relative; top: 10px;
}
