
table { width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #5BAABB;
	border-width: 2px;
}

th.header {
        text-align: center;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-style: italic;
	font-size: 160%;
        background-color: #ccc;
	margin-top: 10px;
}
th.subheader {
        text-align: center;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-style: italic;
        font-size: 120%;
	color: #5BAABB;
        margin-top: 10px;
}

table td {	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: #5BAABB;
	font-size: larger;
	font-weight: bold;
	padding: 20px;
	margin-right: auto;
        font-family: Georgia, Times, "Times New Roman", serif;
        text-align: center;
}

td a img { display: block;
          margin-left: auto;
          margin-right: auto; }


