/* CSS Document */
h1 {
    text-align: center;
    color: firebrick;
    font-size: xxx-large;
    font-family: "Calibri", "Arial", "sans-serif";
    background: white;
}
h2 {
    text-align: center;
    color: firebrick;
    background: white;
    font-size: xx-large;
    font-family: "Calibri", "Arial", "sans-serif";
}
h3 {
    text-align: center;
    color: red;
    background: white;
    font-size: x-large;
    font-family: "Calibri", "Arial", "sans-serif";
}

p {
    text-align: justify;
    font-size: large;
    font-family: "Times", "Times New Roman", "serif"; 
}
    
b {
font-weight: 900;
}

i {font-style: oblique;
}

em {
    font-variant: small-caps;
}

nav {
    font-family: 'Calibri', 'Arial', 'sans-serif';
    font-size: large;
    text-align: center;
}

table {
    border: 1px solid white;
}
table, th, td {
    border: 1px solid white;
}
td {
    width: 8%;

     background-color: #FFFFA
}
th, tr:nth-child(odd) {
    
    background-color: #FFFFA
}

body {
color: white;
background-color: slategray;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
}
a {
    color: F0FFFF;
    background-color: white;
    border-color: gray;
    border-style: double;
    border-width: 2px;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    font-weight: bold;
}
