body {
	
	color: rgba(32,32,32,0.8);
	font-family: Georgia;
	margin: 0;
	padding: 0;
	background-image: url("../images/background5TR.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: initial;
	background-size: auto;
	letter-spacing: 2px;
	font-variant: small-caps;
	height: 100%;
	position: relative;

}

#articleList {
    font-size: 12px;
    

    
}

#articleList a:hover {
    text-shadow: 2px 2px 4px #000000;
}

/*
#abstract {
    position: fixed;
    top: 50%;
    max-width: 500px;
    right: 25px;
    transform: translateY(-50%);
    font-variant: normal;
}

#abstract h4 {
    margin: 0;
}

#abstract a:link, #abstract a:visited {
    text-decoration: none;
    color: black;
    font-weight: 500;
}
*/

#contact {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#articleTitle {
    padding-top: 20%;
    font-variant: small-caps;
    /*	width: 800px;	
	margin: 0 auto;*/
    text-align: center;
    color: black;
}

#read {
    max-width: 700px;
    color: black;
    font-family: times;
    margin: 0 auto;
    font-variant: normal;
    padding-bottom: 65px;
    font-size: 22px;
    padding-top: 40%;
    padding-left: 40px;
    padding-right: 40px;

}
