@font-face {
    font-family: "Verdana";
    src: local("Verdana"), local(Verdana), url(Verdana.ttf),;
    font-weight: 400;
    font-style: normal;
}

body {
	font-family: Verdana, "Verdana", Arial;
	background-color: #FAF5F5;
	color: #4C082B;
}

article {
	padding: 0px 20px;
}

h1 {
	font-weight: 400;
	text-decoration: underline;
	font-size: 20;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-weight: 600;
}

p, h3 {
	font-size: 18px;
	font-weight: 400;
}

pre {
	width: fit-content;
	display: block;
	margin: auto;	
}

a {
	color: #f03c90;
	font-size: 18px;
}

.div {
	clear: both;
	display: block;
	margin: auto;
	width: fit-content;
	color: #f03c90;

}

#note {
	font-style: italic;
	font-size: 16px;
}

#links {
	width: fit-content;
	display: block;
	margin: auto;	
	margin-top: 30px;
} 

#links a {
	margin: 0px 20px;
} 

ul {
	list-style: none;
	display: block;
}

ul > ul {
	list-style: circle outside;
	display: block;
}

ul > li, ol > li {
	margin: 1em 0;
}

ul > li:before {
	content: "★";
	padding-right: 3px;
}

ul > ul > li:before {
	content: "";
	padding-right: 3px;
	margin-left: 5px;
	
}
