body {
    font-family: arial;
    color: black;
}

a, a:visited {
    text-decoration: none;
    color: darkblue;
}

    a:hover {
        color: blue;
    }

li {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#qrcode {
	float: right;
	width: 225px;
	max-width: 100%;
	height: 225px;
	max-height: 100%
}