* {
	font-family: sans-serif;
	font-size: small;
	outline-width: 0px;
}

a {
	text-decoration: none;
	color: black;
}

.nav {
	text-decoration: none;
	color: black;
	cursor: pointer;
	margin-top: 10px;
}

.nav a:hover {
	color: red;
}

a.move, a.move:visited{
	text-decoration: none;
	color: #222244;
}

a.move:hover {
	color: #444488;
}

#words table {
	vertical-align: center; 
	text-align: center; 
	width: 400px; 
	height: 540px;
}

#center {
	width: 400px;
	height: 540px;
	display: block;
}

#talk {
	width: 400px;
	height: 395px;
}

#say {
	width: 400px;
	height: 120px;
}

.move {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

.hidden {
	display: none;
}

#title {
	margin-top: 25%;
	font-family: serif;
}

#credits {
	margin-top: 10%;
	font-size: 8pt;
}

#sleeve {
	width: 75%;
	margin-top: 10%;
}

#sleeve p {
	font-style: italic;
}

#contact {
	margin-top: 10%;
	font-size:8pt;
}
