body {
    background-color: midnightblue;
}



.titletext {
    font-family: "Courier New", sans-serif;
    font-size: 45px;
    color: BurlyWood;
    padding-left: 60px;
}

.linkbox {
    min-height: 300px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    width: 234px;
    float: left;
    border: 1px solid #DEB887;
    border-radius: 10px;
}

.linklist {
    list-style: none;
    padding-left: 0;
    margin-left: 10px;
}


/* .linklist a {
    font-family: Arial, Sans-Serif;
    color: BurlyWood;
    text-decoration: none;
} */

.listheader {
    font-family: Arial, Sans-Serif;
    font-size: 25px;
    color: BurlyWood;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.linkpic {

    border: 2px solid black;
    border-radius: 5px;
}

/* a:hover { */
    /* color: white; */
/* } */