body{
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 200;
	/*font-size: 14pt;*/
}

a{
	color:#0066cc;
	text-decoration: none;
}

h2, h3{
	font-family: 'Dosis', sans-serif;
}

div#all{
	margin:auto;
	width:800px;
}

a.link{
	font-style: italic;
	padding:0px;
	margin:0px;
}

b{
	font-weight: 500;
}


/* HEADER */

div#header{
	margin-bottom:70px;
}

div#title{
	font-size: 35pt;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
}
div#subtitle{
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'Dosis', sans-serif;
}

div#title p{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* PICTURES */

div.pictures ul{
	padding-left: 0px;
}
div.pictures img{
	height:130px;
	margin:10px;
}

img.affililation{
	height: 60px;
	margin-right: 30px;
	margin-top: 10px;
	float:left;
}

div#abstract p{
	width: 560px;
	text-align: justify;
	font-weight: 200;
	background-color: #eee;
	border-radius: 10px;
	padding:20px;
}

/* DESCRIPTION */

div.description{
	width: 600px;
	font-weight: 200;
	text-align: justify;
}


/* REFERENCES */

p.intro{
	font-size: 14pt;
	line-height: 1.5;
}

p.title{
	font-weight: 500;
	padding:0px;
	margin:0px;
	margin-top:10px;
	color: #000;
}
p.authors{
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	font-style:italic;
}
p.venue{
	padding:0px;
	margin:0px;
}


