/* third-otherwords.css */
body#otherwords {
  padding-left: 40px;
  background-color: #ffccff;
  background-image: url(/third/images/child-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}


body#otherwords p.words {
  text-align: center;
}
body#otherwords p.words b {
  color: #9900cc;
  margin: 0;
  padding: 0;
}

body#otherwords div {
  width: 500px;
  margin: auto;
  /*
  margin-left: 35%;
  margin-right: 65%;
  */
}
body#otherwords pre {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 150%;
}
body#otherwords pre span.ref {
  font-size: 75%;
}
body#otherwords pre span.bo {
  font-size: 140%;
}
body#otherwords pre.one {
  color: #5454b8; /* blue */
}
body#otherwords pre.one b, 
body#otherwords pre.one i, 
body#otherwords pre.one span.ref {
  color: #ff33cc; /* pink */
}
body#otherwords pre.two {
  color: #ff33cc; /* pink */
}
body#otherwords pre.two b, 
body#otherwords pre.two i, 
body#otherwords pre.two span.ref {
  color: #5454b8; /* blue */
}

body#otherwords pre h3 {
  margin-top: 3ex;
  margin-bottom: 0;
  padding-bottom: 0;
}

body#otherwords pre b:hover, 
body#otherwords pre i:hover, 
body#otherwords pre span:hover {
  color: #ffffff;
}

/* END css */

