* { margin: 0; padding: 0; }
body {
	background: #b5e0ec;
	color: #124f60;
	text-shadow: #fff 0px 1px 1px;
	}
#bubble {
	margin-right: 50px;
	min-width: 500px;
	max-width: 840px;
	position: absolute;
	left: 400px;
	bottom: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	-webkit-transition: all 1s;		
	}
#bubble.small {
	font-size: 20px;
}
#bubble.big {
	font-size: 30px;
}
#portrait {
	position: fixed;
	width: 415px;
	height: 365px;
	left: 30px;
	bottom: 0px;
	}
#tweet,
#tweet ul,
#tweet ul li {
	display: inline;
}
a, a:link {
	text-decoration: none;
	color: inherit;
	border-bottom: 2px solid #6397a6;
}
a:hover {
	background: #fff;
}
