html * {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: smaller;
}

#content {
    margin: 0 auto;
    max-width: 40em;
    text-align: justify;
}

::-moz-selection {
    color: #252525;
    background: #252525;
}

::selection {
    color: #252525;
    background: #252525;
}

h1 {
    padding-bottom: 20px;
}

h2 {
    padding-bottom: 10px;
}

td {
    vertical-align: top;
    padding-bottom: 1em;
}

/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: rgba(0, 0, 0, 0.99);
}

/* mouse over link */
a:hover {
    color: #ffffff;
    background: black;
}

/* selected link */
a:active {
    color: #ffffff;
    background: black;
}

ul.pub_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.pub_list li {
    margin: 10px 0;
}

.contact {
    display: flex;
    justify-content: center;
}

.contact-logos {
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    height: 32px;
    width: 400px;
}

.contact-logos a {
    height: 100%;
    width: auto;
}

.contact-logos a:hover {
    background: none;
    color: black;
}

.imgtext {
    width: 100%;
    display: inline-block;
}

.imgtext img {
    max-width: 10%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.imgtext div {
    padding-top: 5px;
    padding-left: 10px;
}
