@font-face {
    font-family: "Comic Sans MS";
    src: url("https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot");
    src: url("https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix") format("embedded-opentype"),
         url("https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff2") format("woff2"),
         url("https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff") format("woff"),
         url("https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.ttf") format("truetype"),
         url("https://db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS") format("svg");
}

/*Global Styles*/

body {
    font-family: "Comic Sans MS";
}

/*Top Section*/

#Top h1 {
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 20px;
}

#Top img {
    border-style: dotted;
}

/*Navigation*/

#main-navigation img {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
}

#main-navigation ul {
    position: fixed;
    top: 26px;
    left: 4px;
    width: 200px;
}

#main-navigation a:link {
    color: white;
}

#main-navigation a:visited {
    color: grey;
}

/*Main Content*/

#main-content {
    margin: 60px 220px;
    font-size: 20px;
}

/*Modifiers*/

.underline strong {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.imgCenter {
    display: block;
    margin: 0 auto;
}