* {
margin: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #FFFFFF;
    color: #222222;
    margin: 0px;
}
a:link, a:visited, a:active {
    color: #C12283; 
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #7D0541;
    font-weight: bold;
}

h2{
    color: #7D0541;
    font-weight: bold;
    font-size: 22px;
}


