div#spreadword {
  background-color: #FFF;
  border: none;
  margin: 0 0 0 5px;
  padding: 0;
}

div#spreadword h3 {
  color: #243E82;
  display: inline;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

#delicious {
  padding: 0 10px 0 20px;
  background: url(/img/delicious.gif) scroll center left no-repeat;
}

#digg {
  padding: 0 10px 0 20px;
  background: url(/img/digg.gif) scroll center left no-repeat;
}

#furl {
  padding: 0 10px 0 20px;
  background: url(/img/furl.gif) scroll center left no-repeat;
}

#reddit {
  padding-left: 20px;
  background: url(/img/reddit.gif) scroll center left no-repeat;
}

#ask {
  padding: 0 10px 0 20px;
  background: url(/img/ask.gif) scroll center left no-repeat;
}

#blogbuzz {
  padding: 0 10px 0 20px;
  background: url(/img/buzzit.gif) scroll center left no-repeat;
}

#google {
  padding: 0 10px 0 20px;
  background: url(/img/google.gif) scroll center left no-repeat;
}

#technorati {
  padding: 0 10px 0 20px;
  background: url(/img/technorati.gif) scroll center left no-repeat;
}

#yahoo {
  padding: 0 10px 0 20px;
  background: url(/img/yahoo.gif) scroll center left no-repeat;
}

#facebook {
  padding: 0 10px 0 20px;
  background: url(/img/facebook.gif) scroll center left no-repeat;
}

#stumbleupon {
  padding: 0 10px 0 20px;
  background: url(/img/stumbleit.gif) scroll center left no-repeat;
}

div#spreadword a {
  color: #243E82;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

div#spreadword a:hover { color: #AF2022; }
div#spreadword a:active { color: #AF2022; }
