@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p, h2, h3, h4, h5, h6 {
    font-family: 'quicksandregular';
}
p {
    font-size: 14px;
    color: #4a4552;
}
ul li {
    font-family: 'quicksandregular';
    color: #4a4552;
}
ul li a {
    color: #cc071e;
    text-decoration: none;
}
a {
    color: #cc071e;
    text-decoration: none;
}
h2 {
    color: #636362;
    font-size: 25px;
}
h3 {
    color: #e3e3e3;
    font-size: 19px;
}
h4 {
    font-weight: bold;
    font-size: 16px;
}
h5 {
    font-weight: bold;
    font-size: 14px;
}
.margeG {
    margin-left: 15px;
}
.margeD {
    margin-right: 15px;
}
img {
    margin-right: 15px;
}
