body {
	font-family: Arial, "Arial Narrow", sans-serif;
	font-size: 16px;
	font-weight: 400;
    display: none;
}

img {
	max-width: 100%;
}

a:focus,
button:focus {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

:focus {
    outline: none;
}

strong {
	font-weight: 600;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}