
/* This is a comment */

Body	{
	/* background: #99A0A7; */
	background: #800000;
	color: black;
	margin: 1em 1% 1em 1%;
	font-family:	"Times New Roman", serif;
	}

P    { margin-left: 5% } 

.ahem { display: none }

#maintext {
		float:right;
		width:75%;
		/* background: #D9E0E7; */
		background: #F0E68C;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		padding-bottom:20px;
		}

#maintext p {
		margin-left: 5%;
		margin-right: 5%;
		}

#linkmenu {
		margin-left: 1%;
		margin-right: 77%;
		background: #F0E68C; /*#B9C0C7; */
		padding-bottom:20px;
		padding-left:10px;
		padding-top:10px;
		}
		
		
#linkmenu p {
		margin-left:1%;
		}


#posts p{
		margin-left: 7%;
		}


/* I suggest changing these to percentages, as they translate better
across screen sizes and such.  */

blockquote { 
	margin: 	1em 15% 1em 12%;
	}
blockquote p {
	margin-left: 0
	}
/* Headers */

H1      {      
	font-size:      300%;
	font-weight:    bold; 
	font-style: italic; 
	color: #DAA520;
	}      
               
H2      {      
	font-size:      175%;
	font-weight:    bold;
	font-style:     italic;
	 }      
               
H3      {      
	font-size:      150%;
	font-style: italic;
	color: #DAA520;
	}      
               
H4      {      
	font-style:     italic; 
	font-size: 100%;
	margin: 1em 2em;
	} 

H5	  {
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	}


PRE.verse   {
/*	margin: 1 em 5 em;
	line-height: 125%; */
	font-family:	"Times New Roman", serif;
	font-size:		100%;
	}

P.linklist {font-size: 133%;
	font-style: normal;
	text-align: center;
	}

P.date {
	font-style: italic;
	color: #3030AA;
	}

P.postsubject {
	font-weight: bold;
	}

A:link { 
	font-weight:    bold; 
	color: #33F;
	}

A:active { 
	font-weight:    bold; 
	color: #CCF
	}

A:visited {
	font-weight:    bold;
	color: 4B0082; /* #93C */
	}

UL { 
	list-style-type: disc;
	margin: 1em 7em;
	}

UL UL { 
	list-style-type: circle;
	}

UL UL UL { 
	list-style-type: square;
	}

UL.links {
	list-style-type: none;
	text-align: center;
	font-size: 133%;
	}

LI {
	margin-top: 0.5em;
	}

LI P {
	margin: 1em 0em;
	}

