/* Style-Imports */
@import url(structure.css);
@import url(nav.css);


/****** Common Styles ******/
body {
	color: #000000;/* #666666; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
}

/* standard links */
a {color: #000080;}
a:hover {color: #000000;}

/****** Headlines ******/
/* the same color for al headlines */
h1, h2, h3, h4, h5, h6 {
	color: #00558D;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

p {
	margin-top: 0;
	margin-bottom: 1.6em;
}

strong {
	
}

ul {
	margin-top: 0;
	margin-bottom: 1.6em;
}

.personimg {
	float: right;
	width: 14em;
}

.publications li {
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}

hr{
	width: 75%;
	border: none;
	border-top: 1px dashed #00558d;
	height: 1px;
	text-align: left; /* IE */
	margin: 0.5em auto 0.5em 0;
}


