@font-face {
	font-family: 'Calibri';
	font-style: normal;
	font-weight: normal;
	src: local('Calibri'), url(CALIBRI.TTF) format('truetype'), url(../CALIBRI.TTF) format('truetype');
}
body {
	font-family: 'Calibri', 'Sans';
	color: rgb(97, 132, 180);
}
p {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
}
p.publication {
	font-size: 12px;
	line-height: 15px;
	margin-top: 4px;
	font-weight: 100;
}
p.publication b {
	color: rgb(27, 69, 112);
	font-weight: normal;
}
a {
	color: rgb(27, 69, 112);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img { border: 0 }
h1, h2, h3 { display: none }
