body
{   background-color: #121212;
    color: #60c689;
    font-family: 'special-elite';
    font-weight: bold;
    font-size: 100%;
    font-style: normal;
    margin: 50px;
}

a:link
{   color: #7cfc00;
}
a:visited
{   color: #85bb65;
}
a:hover
{   color: #aa4a44; /*#66ff00;*/
}

footer
{   font-family: 'courier-code';
    font-size: 80%;
    font-style: italic;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, header, nav, td, th, .center
{   text-align: center;
}

main > img
{   border: 2px solid #60c689;
}

hr
{   background-color: #60c689;
    border: 0;
    height: 2px;
}

.banner
{   font-size: 56px;
    font-weight: bold;
}

.italic
{   font-style: italic;
}

.left
{   text-align: left;
}

li
{   padding-bottom: 12px;
}

nav
{   font-size: 125%;
    font-weight: bold;
}

span li
{   padding-bottom: 12px;
}

table, td, th
{   border-collapse: collapse;
    border-style: solid;
    border-color: #60c689;
    border-width: 2px;
}

table
{   margin-left: auto;
    margin-right: auto;
}

table.w050
{   width: 50%;
}

table.w100
{   width: 100%;
}

td, th
{   padding: 10px;
}

.table
{   display: table;
}
.table-row
{   display: table-row;
}
.table-cell
{   display: table-cell;
    padding: 5px;
}

/* Last modified: 2024-06-26 */

