html {
    background-color: #333;
}

body {
    font-family: cm,Georgia,serif;
    font-size: 1.3em;
    font-style: normal;
    color: #dcdcdc;
}

a {
    text-decoration: none;
    color: #fd971f;
}



a:visited { text-decoration: none; color:#fd971f; }

.ip-header {
    height: 40px;
    width: 100%;
    color: #fd971f;
    font-style: italic;

}

.ip-header__logo {
    text-decoration: none;
    position: relative;
    color: #fd971f;
    float: left;
}

.ip-header__links {
    float: right;
}

:link {
    color: #fd971f;
}