/*
 * General settings
 */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background-color: #f7f7f7;
  color: #000000;
}

/*
 * No underline for links
 */
a:link {
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
  cursor: pointer;
}

/*
 * General layout
 */
.none {
  display: none;
}
.font {
  font-size: 13px;
}
h3.bar {
  padding-left: 5px;
  font-size: 16px;
  background: #e5e5e5;
}

.head {
  border: 1px solid black;
  background: #4876ff;
  margin-top: 8px;
  font-weight: bold;
  font-size: large;
  text-align: center;
}

/*
 *  * Fortunes
 *   */
div.fortune {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 10%;
  padding-right: 10%;
}
h3.fortune-title {
  margin: 0;
  position: relative;
  top: -0.7em;
  left: 15px;
  border: 1px solid black;
  background: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 2px;
  display: inline;
  font-size: 15px;
}
div.fortune-body {
  border: 1px solid #000000;
  background-color: #ffffff;
}
div.fortune-content {
  padding-left: 1%;
  padding-right: 1%;
  margin-top: -0.5em;
  font-size: normal;
}
div.fortune-attribution {
  text-align: right;
  font-size: 10px;
  color: darkblue;
  margin-bottom: 0px;
}
div.fortune_0 {
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
div.fortune_0 p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*
 * Only for the front ad
 */
.wraptocenter {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 70px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if IE]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
.wraptocenter img {
  border: 0px;
}

/*
 * Footer
 */
div.footer {
  clear: both;
  border-top: 1px solid #707070;
}
div.footerleft {
  float: left;
  font-size: xx-small;
}
div.footerright {
  float: right;
  font-size: xx-small;
}

/*
 * Local variables:
 * mode: indented-text
 * mode: auto-fill
 * End:
*/
