html{color:#000;background:#f4f4f4;}
a{cursor:pointer;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
/* h1,h2,h3,h4,h5,h6{font-size:100%;} */
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}
legend{color:#000;}
a:focus,object,h1,h2,h3,h4,h5,h6{-moz-outline-style: none; border:0px;}
/*input[type="Submit"]{cursor:pointer;}*/
strong {font-weight: bold;}


body, button {
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
}
a {
	color: #333333;
	background-color: #FFFECF;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #FFFECF;
	background-color: #333333;
}
#panel {
	position: absolute; 
	padding: 5px;
}
#panel p {
	background-color: #FFFECF;
	padding: 0px 5px 5px 5px;
}
#panel h2 {
	font-size: 12px;
	background-color: #FFFECF;
	padding: 5px 5px 5px 5px;
}

button {
	background-color: #FFFECF;
	border: none;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
	cursor: pointer;
}

#tweet {
	margin: 0 15%;
	position: absolute;
	color: #23A1A1;
	font-size: 26px;
	text-align: center;
	width: 70%;
}
#tweet a {
	color: #018282;
	font-style: italic;
	text-decoration: none;
}
#tweet a:hover {
	background-color: #DEF2FF;
}
#tweet p.author {
	padding-top: 10px;
	font-size: 11px;
}

h1 {
	-moz-user-select: none;
	cursor: default;
	width: 100%;
	text-align: center;
	color: #efefef;
	font-size: 250px;
	position: absolute;
}

