a:link {
	color: #001;
  text-decoration: none
}
a:visited {
  color: #001;
  text-decoration: none
}
a:hover {
	color: #001;
  text-decoration: underline
}
a:active {
	color: #001;
  text-decoration: none
}

html, body {
  width: 800px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  color: #001;
  background-color: #fff;
  font-family: Arial, Tahoma, Calibri;
}

.anchor {
  padding-top: 40px;
}

.indent {
  margin-left: 1em;
}

.box {
  background-color: #8DCFF4;
  padding: 10px;
  border: solid 1px #444;
}

#Email {
  cursor:pointer;
  font-style: italic;
}
#Email:hover {
  text-decoration:underline;
}

td#DivideLine {
  border-top: solid 1px #444;
}
td#DivideLineRight {
  border-top: solid 1px #444;
  text-align:right;
  padding-left:10px;
}
td#DivideLineCenter {
  border-top: solid 1px #444;
  text-align:center;
  padding-left:10px;
}
td#Right {
  text-align:right;
  padding-left:10px;
}
td#Center {
  text-align:center;
  padding-left:10px;
}
table#about ul {
  margin:0px;
}
table#cart td {
  padding-right:10px;
}
table#OrderTotal td {
  width:100px;
  text-align:right;
}
table#OrderTotal td:first-child {
  width:350px;
  text-align:left;
}
table#instructions {
  text-align:center;
  width:100%;
}
table#discount {
  border-collapse:collapse;
}
table#discount td {
  border: solid 1px #001;
}
table#shipping {
  border-collapse:collapse;
}
table#shipping td {
  border: solid 1px #001;
}
table#datarows {
  border-collapse:collapse;
  width: 100%;
}
table#datarows td {
  border: solid 1px #001;
}

#SelectError {
  color: red;
}
span#highlight {
  background-color: yellow;
}

#navbar ul {
  margin: 0px;
  top: 0px;
  padding: 5px 0px 5px 0px;
  list-style-type: none;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #000;
  border: solid 1px #000;
  position: fixed;
  width: 798px;
}

#navbar ul li {
  display: inline;
}

#navbar ul li a {
  padding: 5px 1em;
  text-decoration: none;
  color: #FFF;
  background-color: #000;
}

#navbar ul li a[id="selected"] {
  padding: 5px 1em;
  text-decoration: none;
  color: #FFF;
  background-color: #8DCFF4;
  text-decoration: none;
}

#navbar ul li a:hover {
  color: #FFF;
  background-color: #8DCFF4;
  text-decoration: underline;
}

b {
 color: #444;
}