.button
{
	font-size:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration: none;
	font-weight: bold;
}

.linkButton
{
	background-color: #e9e9ed;
	padding:5px;
	border-style: outset;
	border-radius: 8px;
}

.container
{
	display: flex;
	justify-content: center;
	max-width:100%;
}
#contactCont
{	
	margin-left:25px;
	max-width:100%;
	text-align:center;
}

#imgLogo
{
	max-height:6em;
}
#topBanner
{
	max-width: 100%;
}
#bodyImage
{
	max-width: 100%;	
}

