.topMenu {
	display: flex;
	justify-content: space-between;
}

h1 {
    text-decoration: underline;
}

header > h1 {
/* border-bottom: 1px solid black; */
font-style: italic;
font-size: x-large;
}

footer > p {
/* border-top: 1px dashed black; */
font-style: italic;
}

table {
border-spacing: 5px; 
max-width: 1030px;
}

th {
color: #FFF;
background: #000;
text-align: left;
max-width: 300px;
}

td {
border-bottom: 1px solid black;
padding: 3px;
background: #F0F0F0;
text-align: left;
vertical-align: top;
max-width: 300px;
}

p#err_msg {
color: #F00;
font-weight: bold;
}

