/* CSS Document */
#finance{
  background: #89A7C7;
  color:#0E0006;
  width:240px;
  margin:0 .5em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: 400;
  border: thin solid #86ADD6;
  float:right;
  text-align: center;
}
#finance, img{
  border: none;
}
#finance, span{
  font-size: 80%;
}
#finance, a{
  color:#0E0006;
}