body {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 200;
	font-family: 'Vollkorn', serif;	color: red;
	}

#space {
	height: 0px;
}

#cover {
	position: relative;
	left: 10%;
	height: 750px;
	background-color: white;
	margin-bottom: 200px;
}

.title {
	padding-top:0px;
	font-size: 100px;
	line-height: 100px;
	color: blue;
	text-transform: lowercase;
	text-align: center;

	
}

#name  {
	margin-top: 0px;
	font-size: 100px;
	line-height: 100px;
	text-transform: lowercase;
	text-align: center;

	
}

a {
	text-decoration: none;
	color: red;
}

a hover {
	text-decoration: none;
	color: red;
}

a active {
	text-decoration: none;
	color: red;
}



.bar {
	position: relative;
	font-size: 44px;
	line-height: 48px;
	color: blue;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;

}

#wrapper {
	margin-left: 25%;
	width: 500px;
}
	

#copyright {
	font-family: monospace;
	position: relative;
	font-size: 22px;
	line-height: 26px;
	color: blue;
	text-align: center;
	padding-bottom: 200px;
}
