/* network.css */
#Network {  
  text-align: center;
  padding: 0 10px;
  font-size: 10px;
  color: #676999;
  font-weight: normal;
}
#Network .partners {
  text-align: center;
  font-weight: bold;
  padding-right: 2px;
}

#Network ul li {
  display: inline;
}
#Network ul li a {
  color: #676999;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}

.partners {
  margin: 0;
  padding: 0;
  font-size: 10px;
}