body {
	font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    overflow-y: hidden;
    background-color: #f4f4f6;
}

header {
	position: relative;
	padding: 10px 20px;
	font-size: 18px;
	background-color: #2f2f39;
	box-shadow: 0 -1 2px rgba(0,0,0,0.2);
	z-index: 10;
}

h1 {
	font-size: 22px;
	float: left;
}

#links_container {
	float: right;
}

a {
	color: #f4f4f6;
	text-shadow: 0 0 -1px rgba(0,0,0,0.8);
	text-decoration: none;
}

.dark {
	text-shadow: -1px -1px 0 rgba(0,0,0,0.4), 1px 1px 0 rgba(255,255,255,0.2);
	color: #0f0f12;
}

#home {
	margin-right: 20px;
}

#container {
    padding-bottom: 30px;
}

h2 {
	margin: 30px;
	font-size: 20px;
	line-height: 1.3;
}

form {
	margin: 30px 0;
}

textarea {
	height: 300px;
	width: 400px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.button {
	border: none;
	display: inherit;
	font-family: inherit;
	font-size: 18px;
	padding: 10px 20px;
	margin: 20px auto;
	background-color: #2f2f39;
	color: #f4f4f6;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);

}

#teleprompt_screen {
	position: absolute;
	top: 0;
	padding: 150px 100px;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 60px;
	line-height: 1.7;
	text-align: left;
	color: #fafaff;
	text-shadow: 0 0 5px #5d5dff, 0 0 3px #5d5dff, 0 0 2px #1c1c52, 0 0 1px #000, 0 0 1px #000;
	z-index: 0;
}

.clear {
	clear: both;
}
