body{
	list-style-position: inside;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: 100;
}

h2{
	font-size: 25pt;
	text-align: center;
	font-weight: 100;
}

a{
	color: black;
}

a:hover{
	color: darkgrey;
}

p{
	text-indent:40px;
}

img{
	max-width: 100%;
}

#bib{
	list-style: none;
	text-indent:-40px;
}

#projImplicit{
	display: inline;
}

.borderR{
	border-right:solid;
	border-width: 1px;
}
.borderL{
	border-left:solid;
	border-width: 1px;
}

.nest-list{
	list-style: none;
}

.col1{
	width:33%;
}
.col2{
	width:100%;
}
.col3{
	width:49%;
}
.col4{
	width:65%;
}
.col{
	float:left;
}
.colr{
	float:right;
}
.row{
	clear:both;
}