* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Trebuchet MS;
	background-color: #fff;
	color: #000;
}
#twitter-update {
	margin: 20 auto;
	width: 500px;
}
a {
	text-decoration: none;
	color: #77d;
}
a:hover {
	text-decoration: underline;
	color: #7777ff
}
.results {
	border-bottom: 1px dashed #77d;
	font-size: 90%;
	padding: 1px 0;
	position: relative;
	width: 425px;
	height: 35px;
}
.content {
padding: 5px;
}
.right {
	width: 350px;
	float: left;
}
.firstright {
	width: 200px;
	float: left;
	padding-left: 5px;
}
.result .time {
	font-size: 80%;
	font-style: italic;
	margin-top: 1px;
	color: #777777;
}
.time {
	color: #777777;
}
.stats {
	float: right;
	font-size: 75%;
	width: 50%;
	vertical-align: top;
	padding: 1px 1px 1px 1px;
	border-right: 1px dotted #aaa;
}
.profile_image a {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;

}
.clear {
	clear: both;
}
h2 {
	text-align: center;
	font-style: italic;
	font-variant: small-caps;
}
h1 {
	text-align: center;
	font-style: italic;
	line-height: 100%;
	font-family: cursive;
	vertical-align: middle;
}
#update-alert {
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	width: 300px;
}

