html, body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	border:0px;
	padding:0px;
	margin-left:5px;
}

form {
	margin:17px;
}

table {
	margin:5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;
}

#header {
	background:#FFFFFF;
	height:65px;
	width:100%;
	padding:10px 0 0 10px;
	margin:0px;
}

#start {
	text-align: center;
	background:#FFFFFF;
	padding-top:15px;
	margin: 0px auto;	
}

#statusformdiv{
	text-align: center;	
}

#links {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	height:50px;
}

#links ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#links li {
	list-style-type: none;
	padding:0px;
	padding-right:20px;
	display: inline;
}

#links a {
	color:black;
	text-decoration:none;
}

#links a.hover {
	text-decoration:underline;
}

input[name="status"] {
	width:80%;
}

.tweet {
	margin:5px;
	padding:5px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

.icon {
	float:left;
	width:60px;
}

.operations {
	float:right;
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
	color:#888888;
}

.operations a {
	color:#888888;
	text-decoration:none;
}

.operations a.hover {
	text-decoration:underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
}

.text a {
	color:#7aa5d9;
	text-decoration:none;
}

.text a.hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

#nav {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#nav li {
	list-style-type: none;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	display: inline;
}

#nav a {
	color:#7aa5d9;
	text-decoration:none;
}

#nav a.hover {
	text-decoration:underline;
}