@import "../fonts/stylesheet.css";


* {
	padding:0;
	margin:0;
	color: #0097d0;
}
a {
	color: #f88b00;
	border: 1px solid transparent;
}
a:hover {
	color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #000;
}
#container {
	font-family: sans-serif;
	margin-left: 4em;
	margin-right: 8em;
}
h1 {
	font-size: 120px;
	line-height: 160px;
	color: #444;
	font-family: "BebasNeueRegular", serif;
}
h2 {
	font-size: 34px;
	line-height: 40px;
}
h3 {
	font-size: 28px;
	line-height: 40px;
}
p {
	font-size: 28px;
	width: 540px;
	line-height: 40px;
	margin-bottom: 40px;
}
p.twitter {
	font-size: 22px;
	margin:0;
	margin-bottom: 40px;
}
p.twitter a {
	text-decoration: none;
}
p.notice {
	font-size: 32px;
}
ul {
	margin-top: -40px;
	margin-left: 40px;
	list-style:none;
}
li {
	line-height: 40px;
	font-size: 20px;
}
