html
{
	color: black;
	background-color: white;
	margin: 1%;
}

a {
	color: purple;
	background-color: white;
	margin: 1%;
	text-decoration: underline;
}

div.navbar {
	border-style: solid;
	border-color: gray;
	border-width: thin;
}

div.header, div.footer {
	display: none;
}
