
* {
    font-size: 12pt;
    font-family: arial, sans-serif;
    color: black; 
}
body {
    background-color: white; 
    width: 90%;
    margin:auto;
}
table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd
}

p {
    font-size: 12pt;
}

h1, h2, h3, h4, h5 {
    margin-top: 3em;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

/* Add a black background color to the top navigation */
.topnav {
background-color: #333;
overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
background-color: #959595;
color: white;
}