html {
	color: rgb(40,40,40);
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

* html {
	width: 560px;
	text-align: center;
}

h1 {
	text-align: center;
}

p {

}

a img {
	border: 1px solid black;
}

table {
  margin: 0px auto;
}

table tr {
	text-align: center;
}

#contact-details {
	font-size: 80%;
	color: rgb(102,102,102);
	text-align: center;
}

a { color: rgb(000,000,000); }
/* a img { border: none; } */
a:visited { color: rgb(190,190,190); }
a:active {color: rgb(000,000,000); }
a:hover { color: rgb(211,211,211); }
