@charset "UTF-8";
/* CSS Document */

#quotes {
	width: 800px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	
	}
	#quotes2 {
	width: 680px;
	height: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	
	

	}
h1, h2, h3 {
	font-family: Arial; 
	font-weight: normal;
} 

h2 {
	font-size: 14px;
	line-height: 28px;
	color:#999;
	text-align: left;
}
h3 {
	font-size: 21px;
	line-height: 28px;
	color:#999;
	text-align: left;
}


body {
	background-color: #121212;
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
pre code	{ display:block; margin-left:20px; padding:10px; font-size:90%; background-color:rgba(255,255,255,.5); overflow:auto; }

.hidetxt {
	font-size:10px;
	margin-left: -100000px;
	}
