/*	Hey, just found the CSS comment! */


@import "commons.css";

h2 {
	margin-top:	1em;
	margin-bottom: 0.2em;
	}


.articleTitle {  	font-size: 180%; 
		font-weight: bolder; 
		font-variant: small-caps; 
		margin-top: 5%; 
		margin-bottom: 5%;
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;}

.authorsParagraph { font-size: 120%; text-align: center;
		margin-left: 5em;
		margin-right: 5em;}
.authorsParagraph a:visited {color:black; background:white; text-decoration:none;}
.authorsParagraph a:link {color:black; background:white;  text-decoration:none;}
.authorsParagraph a:active {color:black; background:white; text-decoration:none;}
.authorsParagraph a:hover {color:blue; background:white; text-decoration:underline}

		
.abstractParagraph {
	font-size: 100%;
	text-align: justify;
	margin-left: 2em;
	margin-right: 3em;
	}
	
.downloadFileType {
	font-weight: bolder;
	text-align: left;
	}
	
.downloadVersionComment {
	font-size: 80%;
	text-align: right;
}

.footer {
	font-size: 		80%;
		}




