body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgb(255,255,255);
}

#container {
	width: 420px;
	margin: 50px auto;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5em;
}

h1 a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(100,150,255);
	color: rgba(250, 30, 100, 0.7);
	text-shadow: -3px -3px 0 rgba(250, 230, 100, 0.7), 3px 3px 0 rgba(100,150,255,0.7);
}

h1 a:hover {
	text-shadow: none;
}

#video {
	border: 5px dashed rgba(127,127,127,0.5);
	padding: 5px;
	margin: 20px 0;
}

p {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
}

p a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(30,250,100,1);
}

p a:hover {
	color: rgba(250,100,50,1);
}