﻿body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: white;
    height:300pt;
}

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        vertical-align: middle;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: steelblue;
            color: black;
        }

        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

.heading1{
    font-family: Arial, Helvetica, sans-serif;
    font-size:24pt;
    color:steelblue;
    font-weight:bold;
}

.heading2{
    font-family: Arial, Helvetica, sans-serif;
    font-size:24pt;
    color:steelblue;
    

}
.txt{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
    color:black;
}
