
html, body { height: 100%; min-height: 100%; }
body { font: normal 11px/14px tahoma, arial, verdana, sans-serif; text-align:center; }
p { padding: 0 0 0px; }

a  { text-decoration: none; }
/*a:link, a:visited { color: #1d64c1; }  color: #333; background: #f6f6f6; */

a:link, a:visited {text-decoration: none;}

a:hover, a:active { color: red; text-decoration: none; }

ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

li {
	padding-inline-start: inherit;
	align-items: flex-start;
	font-family: Arial;
	font-size: 14px;
	cursor: pointer;
}
