body {
    background-color: black;
    color: white;

    margin-left: 5%;
    margin-right: 5%;
}

div.center {
    text-align: center;
}

a img.email {
    border: 0;
    text-decoration: underline;
    height: 1em;
}

div.linkbar {
    background-color: #000;
    width: 100%;
    text-align: center;

    word-spacing: 0.3em;
    border-spacing: 5px;
}

div.linkbar a {
    word-spacing: normal;
}

div.linkbar a:link {
    color : #ff972f;
    text-decoration: underline;
    text-indent : 10px;
}

div.linkbar a:visited {
    color : #ff972f;
    text-decoration: underline;
    text-indent : 10px;
}

div.linkbar a:hover {
    color : #ff972f;
    text-decoration: none;
    text-indent : 10px;
} 

div.linkbar a:link img {
    border: 1px solid #ff972f;
}

div.linkbar a:visited img {
    border: 1px solid #ff972f;
}

div.linkbar a:hover img {
    border: 1px solid black;
}

/* banner */
a.banner img {
    border: 2px solid black;
}

a.banner:hover img {
    border: 2px solid #ff972f;
}

a.banner {
    background-color: transparent;
    color: #ff972f;
}

a.banner:hover {
    text-decoration: none;
}

p.note {
    font-size: small;
}

ul, li {
    margin-left: 0;
    padding-left: 15px;
}
