/* CSS Document */

#infoin p.qa, #infoin p.q {
  margin: 0 16px 14px 66px;
 font-size: 1.2em;
 color: #403e3e;
}
#infoin p.qa span {
  font-size: 1.1em; /* this would make it 1.2 X 1.1 = the font size */
  font-weight: bold;
}

#infoin p.q a {
 color: #403e3e;
 text-decoration: none;
 border-bottom: 1px solid #c6c5c5;
}

#infoin p.qa a {
 color: #403e3e;
 font-weight:bold;
 text-decoration: none;
 border-bottom: 1px solid #c6c5c5;
}

#infoin p.qa a:hover {
 color: #403e3e;
 text-decoration: none;
 border-bottom: 1px solid #403e3e;
}

#infoin h3 {
 font-size: 1.3em;
 font-weight: bold;
 color: #413610; 
  margin: 0 16px 14px 16px;
}

.gototop {
text-align: right;
}
