.title {
    font-size: 150%;
    margin-top: 50px;
    text-align: center;
}

/*Indentation and fontsize for "Main" list*/
.leftlist01 {
    margin-top: 5%;
    margin-left: 5%;
    font-size: 120%;
}

/*Indentation and fontsize for "Fun Links" list*/
.leftlist02 {
    margin-top: 10%;
    margin-left: 5%;
    font-size: 120%;
}

/*Centers the image in a "ul" where font size = 20px. */
.imgcenter01 {
    top: 9px;
    position: relative;
    width: 28px;
    height: 28px;
}

.center {
    text-align: center;
}