﻿html, body {
    margin: 0;
    padding: 0;
}


.no-underline,
.no-underline:link,
.no-underline:visited {
    text-decoration: none;
}
.no-underline:hover {
    text-decoration: underline;
}

.center-text {
    text-align: center;
}