#explanation
{
	font-size: 22px;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 9px;	
}

#explanation .strong
{
	font-weight:bolder;
}
#bio
{
	background-color: #E6F2FF;
	border: 1px solid #99CCFF;
	width:900px;
}

#insult-tweet-box
{
	margin-top: 20px;
	padding-bottom: 50px;
}

#random-tweet
{
	font-size: 26px;
}

.insult-on, .flirt-on, .shakespeare-on {
	color:#FFFFFF;
	padding:4px;
}
.insult-off, .flirt-off, .shakespeare-off {
	padding:4px;
}

.insult-off a, .flirt-off a, .shakespeare-off a {
	text-decoration:none;
	color:#0066FF;	
}

.insult-off a:visited, .flirt-off a:visited, .shakespeare-off a:visited {
	color:#0066FF;
}

.insult-on {
	background-color:#33CC00;
}

.flirt-on {
	background-color:#FF66CC;
}

.shakespeare-on {
	background-color:#99CCCC;
}
/*
#tweet-box
{
	padding:8px;
	width:795px;
	background-attachment: scroll;
	background-image: url(../gfx/waves.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #F15A22;
}
*/
#tweet-button {
padding: 6px;
padding-left: 12px;
padding-right: 12px;
font-size: 18px;
}