html, body {
  height:100%;
}

#content {
	max-width: 700px;	
	margin-top: 32px;
	margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

#title {
	text-align: left;
	margin-top: 20px;
  margin-bottom: 10px;
	font-size:36px;
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	color: black;
}

#author {
	text-align: left;
  margin-top: 0;
	margin-bottom: 60px;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	color: black;
}

#content hr {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

#content p {
	color: #333333;
	font-family: 'Crimson Pro', serif;
	font-size: 19px;
	line-height: 28px;
	font-style: normal;
	font-weight: 400;
}

#content p a:link, p a:visited {
	color: black;
	text-decoration: none;
}

#content p a:hover {
	color:cornflowerblue;
	background-color: whitesmoke;
}

.invisible {
	visibility: hidden;
}

#introduction p {
  text-align: justify;
}

.sample {
  color: steelblue !important;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

