listBibl {
display: block;
background-color: green;
margin: 3em;	
}

title.before {
	content: "Title: ";
}

title {
	font-style: italic;
}
author.before {
	content: "Written By: ";
}

author {
	font-weight: bold;
}
date.before {
	content: "Published on: ";
}
date {
	content: attr(value);
}
biblThing {
	margin-top: 2em;
}
