@charset 'utf-8';

body {
	font: 11px Verdana;
	color: black;
	background: white;
	width: 600px;
	margin: 20px auto;
}

h1 {
	font: bold 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.disabled {
	color: #999;
}

.nav {
	color: #333;
}

h1 {
	color: #666;
}

#poster {
	font-weight: bold;
}

#quote {
	margin: 2em;
	width: 600px;
}
			
#quotetext {
	text-align: justify;
}

#footer {
	color: #666;
}

#copyright {
	width: 650px;
	font-size: 9px;
	border-top: 1px solid #eee;
	color: #666;
}

a:link, a:visited {
	color: #669;
}

a:hover {
	color: #336;
}

a:active {
	color: #900;
}

