html {
	min-width:1000px; 
	}
img          { 
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	}
img.plain          { 
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	border-style: none;
	border-width: 1px;
	border-color: red;
	}
a            { color: #FFFAF2; text-decoration: underline; }

body         { 
	line-height: 1.5em;  
	color: #fffaf2; 
	background-color: #070303;
	border-color: #7f7878;
	font-size: small; 
	font-family: "Lucida Grande", "Trebuchet MS", arial, helvetica, verdana, san serif;
	margin-top: 0;
	padding-left:0em;
	padding-right:0em;
	}
 
	           
h4	{
	font-size: 100%;
	margin-bottom: 0;
	}
h3	{
	font-size: 100%;
	font-style: italic;
	margin-bottom: 1li; 
	}
h2 { 
    border-bottom-color: #7f7878;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size:120%; 
    margin-top: 1li; 
    margin-bottom: 1li;
    }
h1 { 
	font-size:150%; 
	margin-bottom:0; 
	text-align:center; 
	margin-top:0; 
	}

blockquote {
	border:1px;
	border-style:solid;
	border-color: #7f7878;
	background:#070303;
	padding:0 1em;
}

#head {
	padding-right: 10px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 5px;
	border-style: none;
	}
	
#head a {
	color: #fffaf2;
	text-decoration: none;
	white-space: nowrap;
	}
	
#head a:hover {
	color:#c70000;
	}
	
#content {
	font-family: arial, helvetica, verdana, san serif;
	width: 1000px;
	padding-right: 1em;
	padding-left: 10px;

}


.ph1	{
	font-size: 120%;
	text-align: left;
	color: red;
	background-color: #302828;
	letter-spacing: .1em;
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: #7f7878;
	}

.ph2	{
	/*
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #fffaf2;
	*/
	
	padding-left: 10px;
	color: #fffaf2;
	text-align:left;
	font-size: 90%; 
	
	margin-top: 0px;
	margin-bottom: 15px;
	}

	
#foot {
	
	clear: both;
	padding-right: 10px;
	margin-right: 10px;
	border-top-color: #7f7878;
	border-top-style: solid;
	border-top-width: 1px;
	color: #fffaf2;
	font-size: 90%; 
	}

	
#foot a {
	color: #fffaf2;
	text-decoration: none;
	}
	
#foot a:hover {
	color: #c70000;
	
	}
	
.pf {
		text-align: center;
		
	}
	
/*
 * Article Title
 */
.article-title {
	font-size: 200%;
	margin-bottom: .5em;
	text-align: center;
	line-height: 175%;
	}

.article-subtitle {
	font-size: 125%;
	text-align: center;
	}

.article-author {
	font-size: 110%;
	text-align: center;
	border-bottom-color: #7f7878;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 15px;
	}
	
#quote {
	border-style: solid;
	border-color: #303030;
	border-width: 1px;
	/*font-style: italic;*/
	font-size: small;
	padding: 10px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	}
#quote-attr {
	text-align: justify;
	padding-top: 0em;
	padding-left: 60px;
	padding-right: 30px;
	padding-bottom: 1em;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	}
	

	

