
/* GENERAL RULES */

div#viventura-news {
  font-family: Verdana, Arial, sans-serif;
  background: transparent;
  width: px;
}

div#viventura-news a {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

/* TITLE STYLES */

span#viventura-news-title {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  background: #000000;
  color: #ffffff;
  width: px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

span#viventura-news-title a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
}

/* CONTENT */

div#viventura-news ul {
  padding: 5px;
  margin: 0px;
  font-size: 11px;
  border: 1px solid #000000;
  border-bottom: 0px;
  color: #000000;
  list-style-position: inside;
  text-indent: 0px;
  list-style-type: none;
}

div#viventura-news li {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  padding-bottom: 3px; 
}

/* LINK AT THE BOTTOM [Powered by viventura] */

span#viventura-link {
  display: block;
  padding: 5px 0px 5px 0px;
  border: 1px solid #000000;
  border-top: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 9px;
}

span#viventura-link a {
  font-size: 9px;
  text-decoration: none;
  color: #c0c0c0;
}


