.tagCloud {
	padding:5px;
  }

.tagCloud1 {
  font-size: 1em;
  color:#ed8665;
  text-decoration: none;
}

.tagCloud1:hover {
  background-color:#ed8665;
  color: #ffffff;
}

.tagCloud2 {
  font-size: 1.2em;
  color:#ccc;
  text-decoration: none;
}

.tagCloud2:hover {
  background-color:#cccccc;
  color: #ffffff;
}

.tagCloud3 {
  font-size: 1.3em;
  color:#40c3cb;
  text-decoration: none;
}

.tagCloud3:hover {
  background-color:#40c3cb;
  color: #ffffff;
}

.tagCloud4 {
  font-size: 1.4em;
  color:#6a8c8e;
  text-decoration: none;
}

.tagCloud4:hover {
  background-color:#ed8665;
  color: #ffffff;
}

.tagCloud5 {
  font-size: 1.5em;
  color:#28595c;
  text-decoration: none;
}

.tagCloud5:hover {
  background-color:#28595c;
  color: #ffffff;
}

.tagCloud6 {
  font-size: 1.6em;
  color:#9E9E9E;
  text-decoration: none;
}

.tagCloud6:hover {
  background-color:#9e9e9e;
  color: #ffffff;
}

.tagCloud7 {
  font-size: 1.7em;
  color:#757575;
  text-decoration: none;
}

.tagCloud7:hover {
  background-color:#757575;
  color: #ffffff;
}

.tagCloud8 {
  font-size: 1.8em;
  font-weight: bold;
  color:#696969;
  text-decoration: none;
}

.tagCloud8:hover {
  background-color:#696969;
  color: #ffffff;
}

.tagCloud9 {
  font-size: 1.9em;
  font-weight: bold;
  color:#454545;
  text-decoration: none;
}

.tagCloud9:hover {
  background-color:#454545;
  color: #ffffff;
}

.tagCloud10 {
  font-size: 2em;
  font-weight: bold;
  color:#242424;
  text-decoration: none;
}

.tagCloud10:hover {
  background-color:#242424;
  color: #ffffff;
}

.tagCloud ul {
  padding: 8px;
  margin: 0px;
  list-style-type: none;
}
.tagCloud li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
a .tagCloud {
  text-decoration: none;
}
.tagCloud a:hover {
  color: white;
  background: #6e7d8e;
}
