body {
}
.main {
    border: 1px solid teal;
    margin: 1em;
}
#nameplate {
    margin: .25em 1.25em .25em 1.25em;
    padding: .75em;
    height: 4em;
}
.box {
    border: 1px solid teal;
    width: 28%;
    float: left;
    margin-top: .5em;
    margin-left: 1em;
    padding: .75em;
}
.box:hover {
    border: 1px solid blue;
    background-color: white;
}
.box h2 {
    margin-top: 0;
}
.box a {
    display: list-item;
    margin-left: 1em;
}
.box a:link,
     a:visited, 
     a:active {
    text-decoration:none;
    color: black;
}
.box a:hover {
    text-decoration:underline;
    color: teal;
}
.big {
    width: 80%;
}
.center {
    text-align: center;
    margin-left: 9%;
    margin-right: 9%;
}
#headerbg {
    background-color: teal;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1.25px solid teal;
}

#nameplate h1, #nameplate h2 {
    color: white;
    margin: 0;
    padding: 0;
}

#nameplate .name {
    float: left;
}

#nameplate .image {
    float: left;
}
