body{
	background-color: #191919;
	font-family: sans-serif;
	color: white;
}	

/* Typography */

h1{
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 40pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: .003em;
	line-height: 60px;
}

h1:hover{
	color: white;
}

h2{
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 16pt;
	margin-top: -31px;
	text-align: center;
	letter-spacing: .133em;
	line-height: 20px;
}
h2:hover{
	text-decoration: line-through;
}
h3{
	color: sienna;
	font-family: sans-serif;
	font-size: 14pt;
	display: inline-block;
	letter-spacing: .2em
}

/* Images */
img{
	width: 15vw;
	text-align: center;
}


/* CLASS */
.space{
	height: 22px;

}

.link{
	margin: 0 15px 0 0;
	line-height: 15px;
}

.read-width{
	max-width: 500px;
	line-height: 27px;
	display: inline-block;
	float: left;
}

.center{
	text-align: center;
}

/* LINKS */
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: wheat;
}
a:hover {
    color: #191919;
    text-decoration: line-through;
    text-decoration-color: white;
}
a:active {
    color: white;
}

ul{ 
	list-style-type: none; 
	display: block;
}
li{
	margin: 10px;
	display: block;
}