@font-face {
    font-family: chomsky;
    src: url(Chomsky.woff2);
}
.masthead {
    font-family: chomsky;
    font-size: 5rem;
    margin: 0;
    color: black;
    text-decoration: none;
    border: none;
}
header {
    background: #EEEEEE;
}
header ul {
    background: #EEEEEE;
}

body>div.contentWindow {
    background: #DDDDDD;
}

article {
    border-left: black 1px solid;
    border-right: black 1px solid;
}

article h1, article h2, article h3, article h4 {
    border-bottom: black 1px solid;
}

article h1 a, article h2 a, article h3 a, article h4 a {
    color: blue;
    text-decoration: none;
}

article p, article li {
    line-height: 1.5rem;
}
