.body {
    margin:0px;
    padding:0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color:#f65155;
}

.heading1, h1 {
    margin-top: 0px;
    margin-bottom :10px;
    text-transform: uppercase;
    font-size: 28px;    
}

.heading2, h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;    
}

h2 a {
    color: inherit;
}

.heading3, h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 13px;    
}

p {
    margin: 15px 0px 15px;
}

ul {
    padding: 0px;
    margin: 0px;
}