#body{
    color: black;
    background-color: #FFFFFF;
    background-image: url('../tlou-files/background.jpg');
    font-family: "Times New Roman";
    font-size: large;
    margin: 2vh 0 1vh 0;
    line-height: normal;
}


a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
a:active{
    color: inherit;
    text-decoration: none;
}
.title{
    font-weight: bold;
    margin: 1.5rem 0 1.5rem 0;
}

.ital {
    font-style: italic;
}

.fontPlus {
    font-size: large;
}

.fontLess {
    font-size: smaller;
}

.centerText {
    text-align: center;
}

#footer{
    padding: 1.25rem 0 .5rem;
}
#main{
    margin: auto 0;
}
