a:link {
    color: #8a3486;
    text-decoration: none;
}

a:active {
    color: #8a3486;
    text-decoration: none;
}

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

a:hover {
    color: #8a3486;
    text-decoration: none;
}

h1 {
    color: #8a3486;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-shadow:-1px 1px 0px #000000;
    border-bottom: 1px solid #fff;
}

h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    text-shadow:-1px 1px 0px #000000;
}

h4 {
    color: #d03184;
    font-size: 18px;
    font-weight: 900;
}

h5,h6 {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}