/* CSS Document */
h1 {
    text-align: center;
    color: red;
    font-size: xx-large;
    font-family: "Calibri", "Arial", sans-serif;
}
h2 {
    text-align: center;
    color: white;
    background: black;
    font-size: x-large;
    font-family: "Calibri", "Arial", "sans-serif";
}

p {
    text-align: justify;
    font-size: medium;
    font-family: "Times", "Times New Roman", "serif"; 
}
    
b {
font-weight: 900;
}

i {font-style: oblique;
}

em {
    font-variant: small-caps;
}

nav a {
    font-family: 'Calibri', 'Arial', 'sans-serif';
    font-size: large;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFA; 
    background: black;
    display: black;
    margin: 1px;
    padding: 5px 0px 5px 15px;
    border:5px outset #FFFFA
}

table {
    border: 1px solid black;
}
table, th, td {
    border: 1px solid black;
}
td {
    width: 8%;
}
th, tr:nth-child(odd) {
    background-color: #DDDDDD
}
