/* network.css */

#Network {
  text-align: center;
  font-size: 11px;
  color: white;
}
#Network .partners {
  padding-right: 3px;
  font-weight: bold;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  margin-right: 5px;
  color: white;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}