
body {
	font-family: Georgia, 'Bitstream Charter', serif; 
}

h1 {
	border-bottom: thin solid black
}

table {
	width: 520px; 
	margin: 0 auto; 
	border: thin solid #a9a9a9;
	line-height: 30px;
	border-collapse: collapse;
}

th {
	border: thin solid #a9a9a9; 
	text-align: left;
	padding: 0 5px;
}

td {
    border: 1px dotted #ccc;
	padding: 0 5px;
}

.sha256 {
	text-align: center;
}

#container {
	width: 600px; 
	margin: 20px auto;
}

a#logo {
	margin-left: 150px;
}

a img {
	border: 0;
	height: 79px; 
	width: 300px;
}
