body {
	background-color: #222;
	color: #555;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	margin: 30px;
}

h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -1px;
}

h1 {
	font-size: 42px;
	letter-spacing: -2px;
	display: none;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 0px;
}

a, a:visited {
	color: #10d6ff;
}

#theprebox {
	background-image: url(pointer.png); 
	background-repeat: no-repeat; 
	background-position: 35px 0px;
}

#theheader {
	display: block;
	margin-left: 40px;
}

.box {
	line-height: 1.5em;
	background-color: #fff;
	padding: 20px;
	margin-top: 0px;
	color: #222;
	text-align: justify;
	font-family: Georgia, Serif;
}

#theotherbox {
	margin-top: 1px;
	font-size: medium;
}

#thepointer {
	margin: 0px 0px 0px 35px;
}

#main {
	margin: auto;
	width: 600px;
}

#tweetList {
	font-family: Georgia;
	list-style-type: none;
	padding: 0px;
}

#tweetList li {
	font-size: medium;
	margin: 1px 0 1px 0;
	padding: 20px;
	background-color: #2a2a2a;
	line-height: 1.5em;
}