div#logo {
    width: 100%;
    height:120px;
    font-size: 105px;
    font-weight: bold;
    text-align: left;
    color: black;
}

div#logo a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

div#logo a:hover {
    /*color: red;*/
}

div#headerlinks {
    width: 100%;
}

div#headerlinks a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

body#crudman div#headerlinks #crudman,
body#buy div#headerlinks #buy,
body#docs div#headerlinks #docs,
body#contact div#headerlinks #contact,
body#specs div#headerlinks #specs,
body#more div#headerlinks #more{
    color: red;
}

/*body#buy div#headerlinks #buy {*/
    /*color: red;*/
/*}*/

/*body#contact div#headerlinks #contact {*/
    /*color: red;*/
/*}*/

/*body#more div#headerlinks #more {*/
    /*color: red;*/
/*}*/



div#headerlinks a:hover {
    color: red;
}

div#headerlinks span.item {
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    margin-right: 30px;
}