body {
  font-size: 90%;
  background-color: #FFFFFF;
  text-align: center; /* To center the layout table in IE */
}

a:link {
  color: blue;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted blue;
}

a:visited {
  color: blue;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted blue;
}

a:hover {
  color: blue;
  font-size: 16px;
  font-weight: bold;
  background-color: yellow;
  text-decoration: none;
  border-bottom: 1px solid blue;
}

h2 {
  text-align: center;
}

#layouttable {
  font-size: 16px;
  background-color: #81ADD7;
  border: 1px solid black;
  width: 780px;
  margin: auto; /* To center the layout table in FF */
}

#title {
  background-color: #81ADD7;
  text-align: center;
  vertical-align: middle;
}

#nav {
  background-color: white;
  text-align: left;
  vertical-align: top;
}

#content {
  background-color: white;
  text-align: left;
  vertical-align: top;
}

#othertechtable {
  border: 0px solid black;
}

.imagecaption {
  font-size: 85%;
  font-style: italic;
}

.faq li {
  margin-top: 10px;
  padding: 0;
}

.components li {
  margin-top: 10px;
  padding: 0;
}