
/* TYPOGRAPHY */

h1 { font-size: 1.5em; line-height: 1.2em; margin-bottom: .8em; color:#006471;}

.smallText { font-size:90%; }

.subText { font-size:80%; }

.abstract {  font-style: italic; }

.key { 
	text-align:right;
	font-weight:bold;
	padding-right: 1em;
	width: 110px;
	color:#006471; }
	
.value{ }

