	body {
		background-image: url('../images/bgtile.jpg');
		background-color: #fcefdc;
		background-attachment: fixed;
		background-repeat: repeat;
		background-position: top left;
		}
		
	a {
		color: #af362f;
		text-decoration: none;
		}
	
	a:hover {
		text-decoration: underline;
		font-style: italic;
		}
		
/* -------------------- */
		
	#logo {
		position: fixed;
		top: 20px;
		left: 50px;
		float: left;
		width: 450px;
	}
	
	.description {
		margin-top: -45px;
		padding: 0px 30px 0px 45px;
		text-align: justify;
		font-family: 'EB Garamond', serif;
	}

	.firstcharacter { 
		float: left; 
		color: #af362f; 
		font-size: 75px; 
		line-height: 54px; 
		padding-top: 4px; 
		padding-right: 8px; 
		padding-left: 3px; 
		font-family: 'EB Garamond', serif; 
	}

/* -------------------- */
	
	#journals {
		float: left;
		margin: 195px 0px 0px 520px;
		
	}
	
	.editor {
		font-size: 2.6em;
		margin: 0px 0px -25px 0px;
		font-family: 'Italianno', cursive;
	}
	
	.jobtitle { 
	    font-family: garamond; 
	    font-size: 0.4em; 
	    color: #666; 
	}
	
	.years {
		font-size: 1.8em;
		list-style: none;
		font-family: 'Italianno', cursive;
	}
	
	.volumes {
		font-size: .6em;
		margin-bottom: 20px;
		font-family: 'EB Garamond', serif;
	}
	
		
	
