div#quoteContainer {
  text-align: left;
}

img.quoteImage {
  width: 94px;
  height: 94px;
  margin-top: 5px;
  margin-left: 5px;
  float: left;
}

span#quoteTitle {
  color: #a42278;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 0.8em;
  float: left;
  width: 70px;
  word-wrap: break-word;
}

div#quoteText {
  color: #fff;
  font-size: 0.8em;
  float: left;
  width: 160px;
  margin-left: 5px;
  margin-top: 5px;
}

a:link.nostyle,
a:active.nostyle,
a:visited.nostyle,
a:hover.nostyle {
  color: #fff;
  font-weight: normal;
  decoration: none;
}