A:link { color: blue }
A:visited { color: darkblue }
A:active { color: red }
H1.name { color: crimson; fontsize: 4}
H1 { fontsize: 24}
H3 { fontsize: 20}
ol { fontsize: 15pt}
ul { fontsize: 15pt}
ol.levone { fontsize: 80pt}
li.lone { fontsize: 20}
p { fontsize: 15pt }

BODY {
	background-color: lightskyblue;
	font-family: palatino;
	color: black
}
