html, body
{
    font-family: Arial;
    color: black;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background: #e5e5e5;
}

body
{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

img,
div,
table,
tr,
td,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

a
{
    outline: none;
    display: flex;
    max-width: 100%;
}

img
{
    max-width: 100%;
}