html,body,h1,h2,h3,h4,h5,h6 {
	font-family: verdana;
}

a.button, a.button:visited {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration:none;
}

a.button.active:visited {
	background-color: green;
}

a.button:hover {
    background-color: green;
}

main{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.web-accessibility-container{
	line-height:60px;
	height:60px;
}

.centered{
	text-align:center;
}

.padded-image{
	padding:25px;
}

.pub-collection, .people-list{
	list-style-type: none;
}

.pub-entry, .person{
	padding: 0.5rem 0;
}

.person > a{
	font-weight:bold;
}

a:visited{
	color:blue;
}
nav a{
	line-height:2rem;
}
