@charset "UTF-8";
html, div, h1, h2, h3. h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
		background: url(img/pops-space-bg.gif);
		color: #fff;
		font-weight: 0;
		line-height: 130%;
		font-size: 10pt;
		padding-bottom: 10px;
		font-family: Helvetica,Arial,sans-serif;
		scrollbar-face-color:#D9A643;
		scrollbar-track-color: #0B0E20;
		scrollbar-highlight-color:#d9a643;
		scrollbar-shadow-color:#D9A643;
		scrollbar-3dlight-color:#D9A643;
		scrollbar-darkshadow-color:#D9A643;
		scrollbar-arrow-color:white;
}


hr {
		width: 86;
		background: #ddd;
		color: #ddd;
		border-style: none;
		margin: 1.5em auto;
		height: 5px;
}
blockquote {
		-moz-box-shadow: 5px 5px 5px #999999;
		-webkit-box-shadow: 5px 5px 5px #999999;
		box-shadow: 5px 5px 5px #999999;
		background: #ddd;
		padding: .6em 1em;
		font-size: .9em;
		clear: both;
}
			
blockquote {
		margin: 1em 2em;
}

blockquote blockquote {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 1em;
		border: none;
		border-left: 2px dotted #7c7aaa;
		padding: 0;
		margin: 2em 0 1em 2.5em;
}

blockquote.it {
		font-style: italic;
}


li {
		font-style: italic;
}

h3 {
		line-height: 100%;
}
		