body{
   margin:0px;
   padding: 0px;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size:11px;
   line-height:145%;
   background-color: transparent;
}
#content{
  margin: 0px;
  padding:  0px;
  text-transform: uppercase;
  color: #333333;
  background-color: transparent;
}
/* CSS Document */





a {
	padding: 0px;
	margin: 0px;
	color: #232323;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: white;
}
h1 {
	font-size: 11px;
	color: black;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
	text-shadow: 1px 1px 1px #6f6f6d;
		
}
h2 {
	font-size: 11px;
	color: black;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
	text-shadow: 1px 1px 1px #6f6f6d;
	margin-top: 10px;
}


h3 {
	font-size: 10px;
	color: white;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	text-shadow: 1px 1px 1px #6f6f6d;
	margin-top: 5px;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p {
	margin:  0px;
}

#content.publications p {
	margin-bottom: 10px;	
}

#content.publications em {
	font-weight: bold;
	font-style: normal;
}

#content.images a img {
	border: 1px solid #c9c9c9;
	opacity: 0.8;
}

#content.images a:hover img {
	border: 1px solid #ffffff;
	opacity: 1;
}

#content.videos {
	 background-color: black;
}




