/* 
------------------------------
Author and Bio Display Style = Lines Light 
------------------------------

*/

/* gpp_data = outer div */
#gpp_data {
	font-family:"Courier New", Courier, monospace;
	padding:4px;
	margin-bottom:10px;
}
/* Author Bio <span> Style */
.gpp_bio {
	font-size:12px;
	color:#000;
}
/* Author name link style */
#gpp_data a.gpp_link {
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	color:#000;
}
