
	#header 
	{
    		width:                  168px;
    		position:               fixed;
    		top:                    0px;
    		left:                   0px;
    		bottom:                 0px;
    		padding:                0px;
		font-size:		1em;
		color: #f0f0f0; 
    		background-color:      #730000;    /* #aab;*/
		/*background-color:#8B0000;*/
    		border-right:           2px solid #191970;
		overflow: scroll;
	}

	body	
	{
 		border:             0px;
 		left;             170PX;
		margin:             0px;
 		padding:            0px;
 		font-family:        "Times New Roman", serif;
		color: #121312;
 		background-color: #D6BC6E  /* #C5A030;  #f0f8ff;*/
		/*background-color: #B8860B;*/
 	}




	#poe
	{
		left:160px;
		color:#191990;
		font-weight: bold;

	}


	#title 
	{
    		margin:                 14px;
   		font-weight:            bold;
    		font-size:              1.2em;
	}

        #assert
        {
                margin:                 14px;
                font-weight:            bold;
                font-size:              1.2em;
        }



	#content
	{
    		margin-left:        160px;
    		padding:            1em;
    		color: 	    #191990;
		font-size: 1.2em;
		color: #121312;
	/*	max-width:          500px;*/
	}
	
	#obj
	{
		text-align: center;
		/*position: center; */
		margin-left: auto;
		margin-right: auto;
		/*top:  150px;*/
		padding: 10px;
		
	}

	/* This modifies how bold elements are displayed */
	.bld
	{

		font-weight: bold;
	}


	/* This modifies how italic elements are displayed */
	.it
	{

		font-style: italic;
	}

	.zft
	{
		text-align: left;
	}

	.ctr
	{
		margin-left: auto;
		margin-right: auto;
	}

	.tagline
	{
		font-style: italic;
		font-size: 75%;
	}
	


	/* the .poem elements modify how the poems are presented */
	.dark
	{
		color: #121312;
	}

	.dark2
	{
		color: #121312;
		font-size: 105%;
		font-weight:bold;
	}


	
	/* This modifies how h1 elements are displayed */
	h1
	{
		/*color: #191990;*/
		color:#121312;
		text-align: center;
		/*font-variant: small-caps;*/
	}

       	 h2
        	{
                		color:#121312;
               		text-align: center;
               		font-variant: small-caps;
        	}


       	 h3
        	{
                		color:#121312;
               		text-align: center;
               		font-variant: small-caps;
        	}



	button
	{
		width: 130px;
		height: 42px;
		padding: 3px;
		background-color: #121312;
		color: #ffffff;
                		margin-left: 12px;
                		margin-right: auto;
		margin-bottom: 10px;
	}
	

	button.fevr
	{
		width: 130px;
		height: 42px;
		padding: 3px;
		background-color: #8B0000;
		color: #ffffff;
                		margin-left: 12px;
                		margin-right: auto;
		margin-bottom: 10px;
	}

	button.sub
	{
		width: 108px;
		height: 22px;
		padding: 3px;
		background-color: #E1B74D;
		color: #000000;
                		margin-left: 32px;
                		margin-right: auto;
		margin-bottom: 10px;
		font-weight:bold;
	}



	.capt
        	{
                		color: #121312;
        		font-size: 66%;
	      	text-align: center;
       	 }
	
	.btm
	{
               		color: #191990;
                		margin-left: auto;
               		text-align: center;
	}

	.btn
	{
		margin-left:24px;
	}

	/* This modifies how p elements are displayed */
	p
	{
		font-family: "times new roman","arial", "Sans Serif";
	}


	/* object placement */

 	.lobj	
	{
		text-align: center;
	 	margin-left: auto;
                		margin-right: auto;

	}


	/* This modifies how img.me elements are displayed */
	img.me
	{
		border: 1px;
		padding: 15px;
		margin-left: auto;
                		margin-right: auto;
		height: 150px;
		width: 100px;

	}

	/* This modifies how img.left elements are displayed */
	img.left
	{
		border: 1px;
		padding: 15px;
		float: left;

	}

	/* This modifies how img.right elements are displayed */
	img.right
	{
		border: 1px;
		padding: 15px;
		float: right;

	}

	img.ctr
	{
		border: 1px;
		padding: 15px;
		text-align: center;
		margin-left: auto;
                		margin-right: auto;
	}

	/* This modifies how blockquote elements are displayed */
	blockquote
	{
		font-family: "arial", "Sans Serif";
	}



	/* This modifies how a elements are displayed */
	a
	{
		font-family: "arial", "Sans Serif";
		color: #121312;
		text-decoration: none;
	}

	/* This modifies how a:link elements are displayed */
	a:link
	{
		font-weight: bold;
		/*text-decoration: underline;*/
	}


	/* This modifies how a:hover elements are displayed */
	a:hover
	{
		color: #8B0000;
		font-size: 125%;
	}
	
	a:visited
	{
	/*	color:#4b0082; */
		font-weight: bold;
	}

	/* This modifies how a:link elements are displayed */
	#daily
	{
		width: 600px;
		border-spacing: 0px;
		border-color: #191970;
	}


	.plus115
	{
		font-size: 105%;
	}


	.plus150
	{
		font-size: 150%;
	}

	table
	{
		border-style: groove;
		width: 66%;
	}
	

	/* This modifies how tr elements are displayed */
	tr
	{
		text-align: center;
		empty-cells: show;
		
	}


	/* This modifies how td elements are displayed */
	td
	{
		width: 120px;
		outline-style: groove;
		outline-width: thin;
	}

	/* This modifies how th elements are displayed */
	th
	{
		width: 120px;
		text-align: center;
	}

	/* This modifies how .work elements are displayed */
	.work
	{
		background-color: #121312;
		color: #fff;
	}

	li
	{
		line-height:120%;
	}

	ol, ul
	{
		line-height:120%;
	}

