@import url(/_css/templates/default.css);

@media screen {
	div#quote {
		height: 125px;
	}
	div#quote h4 {
		font-family: "Times New Roman";
		font-size: 16px;
		font-style: italic;
		font-weight: normal;
	}
	div#quote h2,
	div#quote h3 {
		text-align: right;
	}
	div#quote h2 {
		font-size: 12px;
	}
	div#quote h3 {
		font-size: 10px;
		font-weight: normal;
	}

	div#feature_publication {
		position:relative;
		width:225px;
		height:150px;
	}
	div#feature_publication h1 {
		padding-bottom:10px;
	}
	div#feature_publication h1 a {
		font-size:14px;
		color:#000;
	}
	div#feature_publication h1 a:hover {
		text-decoration:none;
	}
	div#feature_publication p {
		font-size:11px;
		color:#000;
	}
	div#feature_publication img {
		float:left;
		margin-right:10px;
		border: 1px solid #000;
	}
}
