/* Import additional style sheets */


@import url("/css/structure.css");

/* HTML tag styles */

#press {
		font-family: Georgia, times, serif;
		font-size: .9em;
		text-align: center;
}

dl {
		margin-bottom: 0;
		padding-bottom: 10px;
}

dt {
		font-weight: bold;
		font-size: 1.2em;
		color: #000;
		padding-bottom: 12px;
		padding-top: 12px;
}

dd {
		padding-top: 9px;
}

#press a {
		color: #33150a;
		text-decoration: none;
		font-weight: bold;
		
}

.pub {
		color: #33150a;
		font-weight: bold;
		}