body {
	background-image: url(catdancebackground.gif);
	text-align: center;
}

#main {
	font: 13px/1.7em sans-serif;
	color: #000;
width: 50em;
	background-color: white;
	border: thick groove #532091;
	margin: 0 auto;
	opacity: 0.92;
}

a:link {
	color: #532091;
	text-decoration: none;
}

a:visited {
	color: #d269ff;
}

a:hover {
	color: #532091;
	text-decoration: underline;
}

a:active {
	background-color: #532091;
	color: #fff;
}

h1 {
	font: 3em "American Typewriter", Georgia, Courier, monospace;
	display: block;
	text-shadow: #300 1px 1px 1px;
}
h2 {
	font: 2.5em "American Typewriter", Georgia, Courier, monospace;
	display: block;
}

#words {
	color: #909090;
	font-family: "American Typewriter", Georgia, Courier, monospace;
	font-style: italic;
}

ul {
	text-align: left;
	list-style-type: none;
}

#copy {
	text-align: left;
	padding-right: 2em;
	padding-left: 2em;
}