body {
    margin: 30px 30px 30px 30px;
    margin-top: 10px;
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1d252d;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
header { margin-bottom: 18px; }
h1 { font-size: 32px; margin: 0 0 6px 0; }
h2 { font-size: 24px; margin: 0 0 6px 0; }
h3 { font-size: 18px; margin: 0 0 6px 0; }
p { margin: 0 0 12px 0; color: #444; }
input[type="search"] { width: 100%; max-width: 720px; padding: 8px 10px; font-size: 15px; border-radius: 8px; border: 1px solid #ddd; box-shadow: inset 0 1px 2px rgba(0,0,0,0.02); }
ul { list-style: none; padding: 0; margin-top: 14px; max-width: 920px; }
li { padding: 10px 12px; margin: 6px 0; border: 1px solid #eee; border-radius: 8px; background: #fbfbfb; }
a { word-break: break-all; text-decoration: none; color: #0b66ff; }
small { display: block; margin-top: 6px; color: #666; }
footer { margin-top: 18px; color: #666; font-size: 13px; }
.college-site-name {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
}
