/* 
Description:
	This stylesheet is intended to provide some sort of consistency across all the new pages that we add to the website
Date Created:
	May 23, 2018

*/

main {
	font-size: 16px;

}

main h1 {
	font-size: 3em;
	text-align: center;
	line-height: 1em;
	padding-top: 1em;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

button{
	background-image: none;
	background: none;
}
button:hover{
	background-image: none;
	background: none;
}