/* CSS Document */
h1,h2 {
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: bold;
}
p {
    font-family: 'Times New Roman', Times, serif;
}
a {
    color: red;
    text-decoration: none;
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: bold;
}
nav {
    background-color: black;
    text-align: center;
    
}
header {
    background-color: black;
    color: White;
    text-align: center;
}
section {
    background-color: black;
    color: white;
    text-align: justify;
}
footer {
    position: fixed;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
}
table {
    border-collapse: collapse;
}    
table, th, td {
    border: 2px solid pink;
}
th, td {
   text-align: center;
   
}
body {
color: white;
background-color: black;
}
