/*unvisited link*/
a:link {	text-decoration: none;
			color: black;}

/*visited link */
a:visited {	text-decoration: none;
			color: #fa5200;}

/*link below a mouse */
a:hover {	text-decoration: none;
			color: #d25bec;}


sup { vertical-align: 0;
    	position: relative; }
           
sup { bottom: 1ex; }

ul {list-style-type: none}

#content	{font-family: "Hoefler Text", "Baskerville old face", Garamond, serif;
			font-size: 120%;
			line-height: 110%;
			width:70%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15%;
			margin-bottom: 15%;	}

#long {font-family: "Hoefler Text", "Baskerville old face", Garamond, serif;
			font-size: 120%;
			line-height: 120%;
			width:70%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15%;
			margin-bottom: 15%;
			text-align: center;}

.bibliography { padding-left: 25px ;
    			text-indent: -25px ;	
    			margin-left: auto;
    			margin-right:auto; 
    			width: 68%;
    			 }


#nineteen_thirty_eight 	{width:6em;
				height:1ex
				margin: 0;
				float:left;
				padding:0;
				}
				
#nineteen_thirty_eight p {vertical-align: text-top;
							position: absolute;
							top:15ex;						}

#vomit_right	{margin-left: 7em;
				padding:0;
				text-align:left;
				position: absolute;
				top:15ex;	}
	

.clear_float {	clear: both;
				height: 0;
				font-size: 1px; }	