body, html
{
	font-family: Arial, sans-serif;
	background-color: #f4f4f4;
	color: #333;
	line-height: 1.6;
}

header
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #222;
	color: #fff;
}

header h1
{
	font-size: 3rem;
	margin-bottom: 10px;
}

header p
{
	font-size: 1.2rem;
}

a
{
	color: #007BFF;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover
{
	text-decoration: underline;
	color: #0056b3;
}

div.menu
{
	font-family: Arial, sans-serif;
	color: white;
	text-align: left;
	background-color: #222;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: .7rem;
}
div.menu a
{
	text-decoration: none;
	color: white;
}
div.menu .current-directory
{
	color: white;
}
div.menu a:hover
{
	text-decoration: underline;
}

footer
{
	text-align: center;
	padding: 20px;
	background-color: #222;
	color: #fff;
}

footer p
{
	font-size: 1rem;
}

.paren-list
{
  list-style-type: lower-alpha;
}
.paren-list li::marker
{
  content: "(" counter(list-item, lower-alpha) ") ";
}
