
#bobcloud {
  padding: 5px 5px 5px 10px;
}

#bobcloud .tagCloud1 {
  font-size: 0.5em;
  color:#dbdbdb;
}
#bobcloud .tagCloud2 {
  font-size: 0.6em;
  color:#ccc;
}
#bobcloud .tagCloud3 {
  font-size: 0.65em;
  color:#c7c7c7;
}
#bobcloud .tagCloud4 {
  font-size: 0.7em;
  color:#bdbdbd;
}
#bobcloud .tagCloud5 {
  font-size: 0.75em;
  color:#a1a1a1;
}
#bobcloud .tagCloud6 {
  font-size: 1em;
  color:#9E9E9E;
}
#bobcloud .tagCloud7 {
  //font-size: 0.85em;
  font-size: 1.05em;
  color:#757575;
}
#bobcloud .tagCloud8 {
  //font-size: 0.9em;
  font-size: 1.1em;
  font-weight: bold;
  color:#696969;
}
#bobcloud .tagCloud9 {
  //font-size: 1.0em;
  font-size: 1.2em;
  font-weight: bold;
  color:#454545;
}
#bobcloud .tagCloud10 {
  //font-size: 1.2em;
  font-size: 1.4em;
  font-weight: bold;
  color:#242424;
}
#bobcloud .tagCloud ul {
  padding: 8px;
  margin: 0px;
  list-style-type: none;
}
#bobcloud .tagCloud li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
#bobcloud .tagCloud a {
  text-decoration: none;
}
#bobcloud .tagCloud a:hover {
  color: white;
  background: #6e7d8e;
}