#faqcontainer {width:700px;text-align:justify;}
#faqcontainer strong a {text-decoration:none;color:#369;}
#faqcontainer strong a:hover {text-decoration:underline;}
h1 {
  font:bold 150% Verdana;
  color:#369;
  border-bottom:dotted 1px #369;
  }
a.link {
  text-decoration:none;
  color:#369;
  }
a.link:hover {
  text-decoration:underline;
  }
#questions {
  padding:15px;
  border:dotted 1px #369;
  margin-bottom:30px;
  }
#questions li {
  margin-bottom:5px;
  }
#questions ol li ul li {
  margin-bottom:0px;
  }
#questions a {
  text-decoration:none;
  color:#369;
  }
#questions a:hover {
  text-decoration:underline;
  }
#answers .answertitle {
  display:block;
  border-bottom:dotted 1px #369;
  margin-bottom:10px;
  }
#answers li {
  margin-bottom:25px;
  }
#answers ul li, #answers ol li {
  margin-bottom:0px;
  }
#answers strong {
  color:#369;
  }
#answers a.insidelink {
  text-decoration:none;
  color:#369;
  }
#answers a.insidelink:hover {
  text-decoration:underline;
  }
.linktop {
  text-align:right;
  }
.linktop a {
  text-decoration:none;
  color:#369;
  }
.linktop a:hover {
  text-decoration:underline;
  }