body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #00000;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#top { background-color:#F4F4F4; padding: 0px; width: 90%; height:200px;}
#cloud a.tag1 { font-size: 0.9em; font-weight: 100; }
#cloud a.tag2 { font-size: 1.1em; font-weight: 200; }
#cloud a.tag3 { font-size: 1.3em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.5em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.7em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.8em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.9em; font-weight: 700; }
#cloud a.tag8 { font-size: 2.0em; font-weight: 800; color:FF6600;}
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; color:FF6600; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; color:FF6600;}
#cloud a.tag11 { font-size: 2.3em; font-weight: 900; color:EC0912;}
#cloud { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; padding: 2px; line-height: 3em; text-align: center; }
#cloud a { padding: 0px; }
#cloud a:hover { padding: 0px; color:#D54E21;}
#cloud { margin: 0; }
#cloud li { display: inline; }

/* Normal Bubble */
div.bubble {
	width: 90%;
	font-size: 1.15em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}

