/* defines the list so that there is space around the word, the line height and centers every line */

#listCloud {
	line-height: 3em;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#listCloud a { padding: 5px; text-decoration: none;	text-align: center; }

#listCloud a:link, a:visited { color: #666; }

#listCloud a:hover, a:active, a:focus { color: #99CC00; text-decoration: underline; }


/* defines the height/weight of the type in the tag cloud */
#listCloud a.tag1 { font-family: Verdana, sans-serif; font-weight: 100; font-size: 0.7em; }

#listCloud a.tag2 { font-family: Verdana, sans-serif; font-weight: 200; font-size: 1em; }

#listCloud a.tag3 { font-family: "LeagueGothic"; font-weight: 300; font-size: 1.25em; }

#listCloud a.tag4 { font-weight: 400; font-size: 1.5em; text-transform: uppercase; }

#listCloud a.tag5 { font-family: "Courier New", Courier, monospace;	font-weight: 500; font-size: 1.75em; }

#listCloud a.tag6 { font-family: "LeagueGothic"; font-weight: 600; font-size: 2em; }

#listCloud a.tag7 { font-family: "Creampuff"; font-weight: 700; font-size: 2.5em; }

#listCloud a.tag8 { font-family: "BlackoutMidnight"; font-weight: 800; font-size: 3em; }

#listCloud a.tag9 { font-family: "LeagueGothic"; font-weight: 900; font-size: 3.5em; }

#listCloud a.tag10 { font-weight: 900; font-size: 3em; text-transform: uppercase; }



/* removes the bullets in the list */
#listCloud { margin: 0px }
#listCloud li { display: inline }
#list { margin-top: 500px }

