﻿
ul.links {
    text-align: center;
    padding-left: 0;
}

    ul.links li {
        list-style-type: none;
        padding-bottom: 10px;
        font-size: x-large;
        font-weight: bold;
    }

        ul.links li a {
            text-decoration: none;
        }

            ul.links li a:hover {
                color: white;
                font-weight: 900;
            }

ul.links.organized{
    text-align:left;
    padding-left:30px;
}

    ul.links.organized li {
        list-style-type: inherit;
    }

        ul.links.organized li ul li {
            padding-bottom: 0px;
        }

.heading {
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    border: 1px solid white;
    width: 100%;
}

.link-block {
    border: 1px solid white;
    padding: 0;
}


    .link-block ul.links li {
        font-size: large;
    }
