body {
	margin: 0px auto;
	width: 850px;
	background-color: #FFFFFF;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#333333;
}
#top { background-color:#F4F4F4; padding: 0px; width: 90%; height:200px;}
#cloud a.tag1 { font-size: 0.9em; font-weight: 100; color:#333333;}
#cloud a.tag2 { font-size: 1.1em; font-weight: 200; color:#333333;}
#cloud a.tag3 { font-size: 1.3em; font-weight: 300; color:#333333;}
#cloud a.tag4 { font-size: 1.5em; font-weight: 400; color:#333333;}
#cloud a.tag5 { font-size: 1.7em; font-weight: 500; color:#333333;}
#cloud a.tag6 { font-size: 1.8em; font-weight: 600; color:#333333;}
#cloud a.tag7 { font-size: 1.9em; font-weight: 700; color:#333333;}
#cloud a.tag8 {
	font-size: 2em;
	font-weight: 800;
	color:#FF0000;
}
#cloud a.tag9 {
	font-size: 2.2em;
	font-weight: 900;
	color:#FF0000;
}
#cloud a.tag10 {
	font-size: 2.5em;
	font-weight: 900;
	color:#FF0000;
}
#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 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;
}
