/* General page styles */
body {
    background-color: lightblue;
    color: black;
    font-family: Arial, sans-serif;
}

/* Links */
a {
    color: #FF0000;
    text-decoration: none;
}
a:visited {
    color: #FF0000;
}
a:active {
    color: #7F007F;
}

/* Headings and titles */
.page-title {
    font-family: "AntsyPants", cursive;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.page-subtitle {
    font-family: "AntsyPants", cursive;
    text-align: center;
}

/* Paragraph alignment */
.text-center {
    text-align: center;
}

/* Special thanks text */
.special-thanks {
    font-family: "AntsyPants", cursive;
    font-weight: bold;
}

/* Archive search */
.archive-search {
    text-align: center;
    font-size: 1.2rem;
}

/* Table styles */
.archive-table {
    border-collapse: collapse;
    margin: auto;
}
.archive-table td {
    border: 1px solid black;
    padding: 13px;
    text-align: center;
}
.center {
	text-align: center;
}
.show-title {
    font-size: 3rem; /* same as <font size="7"> roughly */
    font-weight: bold;
    text-align: center;
}
.show-dates {
    font-size: 1.5rem; /* same as <font size="4"> roughly */
    font-weight: bold;
    text-align: center;
}
