a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: black;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}

p.address {
	font-weight: bold;
}
body {
	background-color: white;
}
h1 {
	font-family: arial, helvetica, sans-serif;
}
p {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	background-color:white;
	text-align: center;
	font-family: sans-serif
}
h3 {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

p.center {
	text-align: center;
}
p.uppercase {
	text-transform: uppercase;
	text-align: center;
	font-family: sans-serif
	
}

table {
margin-left:auto;
margin-right:auto;
width:75%;
background-color:white;
font-family:sans-serif;
text-align:center;
border-spacing:0px;
border:1px;
}

tablehead {
margin-left:auto;
margin-right:auto;
width:75%;
background-color:white;
font-family:sans-serif;
text-align:center;
border-spacing:0px;
}

table.contact {
margin-left:auto;
margin-right:auto;
table-layout:fixed;
width:auto;
border-spacing:0px;



