body {
	font: 80%/1.8 "Lucida-Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #888;
	background-color: #000;
	margin: 50px auto 0 auto;
	width: 500px;
}

a:link { color: #999; }
a:hover { color: #FF00BA; text-decoration: none; }
a:visited { }
a:active { }

#header { 
	background: #000 url(images/logo.gif) top right no-repeat;
	height: 100px;
	width: 460px;
}

#header h1 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

h2 {
	color: #FF00BA;
	text-align: right;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	text-align: right;
	color: #999;
	font-weight: normal;
	background-color: #111;
}

p {
	text-align: justify;
}

h2#desc {
	color: #999;
	text-align: justify;
	font-weight: normal;
}

cite {
	color: #ccc;
	font-size: 1.1em;
}

blockquote p {
	color: #ddd;
	font: 1.3em Georgia, Bookman, Palatino, 'Times New Roman', Times, serif;
	text-align: left;
	line-height: 1.4em;
}

