


body {background-color: black}

	#name {color: red;
		font-size: 34;
		text-align: center}

	#things {color: gray;
		font-size: 18}

	#items {color: white;
		font-weight: bold
		font-size: 18}

	#bio {color: lime;
		font-size: 20}

	a:link {color: white}
	a:visited {color: red}
	a:hover {color: lime; 
	cursor: crosshair;
	text-decoration: line-through}
	a:active {color: blue}
	a {text-decoration: none}