body{
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 100;
}

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

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

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

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

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

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


#projectList{
	margin-top: 60px;
	width:500px;
}


#projectList td{
	padding-bottom: 20px;
}

td.info{
	vertical-align: top;
}


p.title{
	font-weight: 200;
	padding:0px;
	margin:0px;
	font-size: 15pt;
	color: #000;
}
p.authors{
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
a.link{
	font-style: italic;
	padding:0px;
	margin:0px;
}

img.icon{
	height: 25px;
	margin-right: 10px;
	margin-bottom: -7px;
	margin-top: 5px;
}


img#logo{
	height: 100px;
	float:left;	
	margin-right: 20px;
	float:left;
}


img.thumbnail{
	width: 130px;
	margin-right:30px;
}



b{
	font-weight: 200;
}

