/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
••••••••••••• DESIGNED AND BUILT ENTIRELY BY HAND •••••••••••••
•••••••••••••• IN BEAUTIFUL DOWNTOWN LOS ANGELES ••••••••••••••
••••••••••••••••••• CALIFORNIA BY IAN BESLER ••••••••••••••••••
••••••••••••••••••• HTTP://WWW.IANBESLER.COM ••••••••••••••••••
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
••••••••••••••••••••••••••••••••||•••••••••|||•••••••••••••••••
••••••••••••••••••••••••••••••••||••••••••||||•••••••••••••••••
•••••••••••••••••|||••••••||•••||||•••••••||||•||||||••••••••••
•••••••••••••••••|||||||••||•••||||••|••••||||•||||||••••••••••
••••••||•••||••••|||||||••|||••||||•||||••||||•||||||||||••••••
••••••||•||||•|||||||||||•|||••||||•||||••||||•||||||||||••••••
••••••||•||||•|||||||||||•|||•|||||•||||••||||•||||||||||••• */

body {
	background-color: yellow;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	color: magenta;
	font-size: 72pt;
	text-align: center;
}

h2 {
	font-family: "Helvetica", Arial, sans-serif;
	color: cyan;
	font-size: 24pt;
	text-align: center;
}

ul {
	list-style-type: none;
}

