a:hover {
    color: #EE2947;
}

#infopage span, #contactpage span {
    color: #EE2947;
}

.item p {
    color: #EE2947;
}

#tray-button:hover {
    background: #EE2947;
}

#progress-bar {
    background: #EE2947;
}

.centered-controls a:hover {
    background: #EE2947;
}

#social ul li:hover {
    background: #EE2947;
}

input[type="submit"] {
    background: #EE2947;
}

    input[type="submit"]:hover {
        background: #950007;
    }
