@font-face {
    font-family: "Square";
    src: url(square.ttf) format("truetype");
}

body {
    font-family: Square;
    width: 70%;
    margin: 10px auto;
    color: white;
    background-color: black;
}

/*
hy = highlight yellow
hyt = highlight yellow target
*/
.hy:hover .hyt {
    border-color: #ffc011;
    background-color: #ffc011;
    color: black;
}

.hyb {
    border-width: 5px;
    padding: 5px;
}

a, a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: white;
}
