/*	Hey, I just found the comment for CSS
 */

@import "commons.css";

body {
	font-family: Optima, Chicago, Charcoal, Helvetica, Arial, sans-serif;
	background: white;
	color:black;
}


a:hover {color:#151b7e; background:white;}
a:visited {color:black; background:white;}
a:link {color:#151b7e; background:white;}

h1 {
		font-size: 250%;
		margin-top:	5%;
		margin-right:	10%;
		margin-left:	10%;
		text-align:	center;
}


li	{
	margin-top:	1em;
}


.footer {
	font-size: 		80%;
	font-weight: bold;
	margin-top: 0em;
	text-align: right;
}




.articleTitle {  	font-size: 120%; 
		font-weight: bold; 
	}
.articleTitle a:link { color:black; background:white;  text-decoration:none}
.articleTitle a:hover {color:blue; background:white; text-decoration:underline}
	
.articleAuthors { 
		font-size: 80%;}
.articleAuthors a:link {
	color:black; background:white; text-decoration:none;
}
.articleAuthors a:visited {color:black; background:white; text-decoration:none;}
.articleAuthors a:link {color:black; background:white;  text-decoration:none;}
.articleAuthors a:active {color:black; background:white; text-decoration:none;}
.articleAuthors 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;
	}
	
.downloadTable {
	text-align: right;
}


.volume {
}

