#conteudo img {
  width: 190px;
  height: auto;
  border: none;
  margin: 15px 0 10px 0;
  padding: 0;
}

#conteudo hr {
  border: 1px solid silver;
  width: 350px;
}

#conteudo ul {
  font-family: tahoma;
  color:black;
  text-align: center;
  vertical-align: text-top;
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 10px 15px;
  font-size: 1.0em;
  font-weight: bold;
}

#conteudo li {
  line-height: 20px;
  text-align: left;
  font-weight: normal;
  font-size: .8em;
  list-style: none;
}

#conteudo a:link {
  color: blue;
  text-decoration: none;
  outline: none;
}

#conteudo a:visited {
  color: blue;
  text-decoration: none;
  outline: none;
}

#conteudo a:hover {
    color: #CD2626;
    text-decoration: none;
    outline: none;
}
