#authors {
	font-family: Helvetica, sans-serif;
	transition: 0.25s;
	text-align: center;
}
/*
Uncomment if we need to use hyperlinks

#authors a {
	text-decoration: none;
	color: black;
}
#authors a:hover {
	color: darkslateblue;
}
*/