/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 24px;
    font-weight: normal;
    color: #b7cb11;
    margin: 0;
    border: none;
}

H1 a:link, H1 a:visited, H1 a:active {
    font-size: 18px;
    color: #b7cb11;
    text-decoration: none;
}
H1 a:hover {
    color: #b7cb11;
    text-decoration: none;
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #4f237c;
    margin: 0;
}

H2 a:link, H2 a:visited, H2 a:active {
    color: #4f237c;
    text-decoration: none;
}
H2 a:hover {
    color: #4f237c;
    text-decoration: underline;
}

H3  {
    font-family: Arial, Helvetica;
    font-size: 20px;
    font-weight: bold;
    color: #b7cb11;
    margin: 0;
    border: none;
}

H3 a:link, H3 a:visited, H3 a:active {
    font-size: 18px;
    color: #b7cb11;
    text-decoration: none;
}
H3 a:hover {
    color: #b7cb11;
    text-decoration: underline;
}

H4  {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #4f237c;
    margin: 0;
}

H5  {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #b7cb11;
    margin: 0;
    border: none;
}

H6  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #b7cb11;
    margin: 0;
}
.oldprice {
text-decoration: line-through;
font-weight: normal;
}

