
BODY {
	background-color: #000000;
	color: #FFFFFF;
	margin: 2%;
	font-family: cursive; 
	text-align: justify;
}

H1 {
	font-family: fantasy;
	font-size: 150%;
	font-weight: bold; 
	padding: 5px;
}

H2 {
	font-family: fantasy;
	font-size: 120%;
	padding: 5px;
}
OL {
	list-style: upper-roman;
	line-height: 150%;
}

UL UL {
	padding: 1em;
}

A {
	color: lime;
	text-decoration: none;
}

