#Services {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#Services li {
  margin: 10px 0px;
}

#Services li a {
  padding: 10px;
}

#Services li a:hover {
  padding: 9px;
}

#Services li a img {
  width: 128px;
  height: 128px;
}

#Services li a span.Title {
  font-size: 18px;
  font-weight: bold;
}

#Services li a span.SubTitle {
  color: #06F;
  font-size: 14px;
  font-weight: bold;
}

#Services li a p.Description {
  color: inherit; 
}

#Services li a:hover span.SubTitle {
  color: #036;
  text-shadow: none;
}

#Services li a:hover p.Description {
  color: #333;
  text-shadow: none;
}