﻿.bigcenter
{
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.roundededge
{
    border-radius: 10%;
}

a
{
    color: white;
    text-decoration: none;
}

.paragraph a
{
    color: black;
    text-decoration: none;
}

    .paragraph a:hover
    {
        color: black;
        text-decoration: none;
        font-weight:  900;
        cursor: pointer;
    }

    a:hover
    {
        color: rgb(234, 234, 234);
        text-decoration: none;
        font-weight: 100;
        cursor: pointer;
    }

.menu
{
    padding-top: 17%;
    padding-bottom: 17%;
}

.greenTableBack
{
    width: 100%;
    background-color: rgb(143, 191, 85);
    color: white;
    height: 40px;
    font-weight: bold;
    font-size: small;
    text-align: center;
}

.paragraph
{
    width: 90%;
    height: 680px;
    background-color: rgb(234, 234, 234);
    color: rgb(11, 83, 148);
    font-weight: normal;
    font-size: medium;
    text-align: left;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.title
{
    text-align: center;
    color: rgb(11, 83, 148);
    font-family: 'Times New Roman';
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

.titleSmall
{
    text-align: center;
    color: rgb(11, 83, 148);
    font-family: 'Times New Roman';
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    height: 75px;
}