/* Volunteers and Invasive Plants: Learning and Lending a Hand: Typography Stylesheet*/

/* This stylesheet is read second by the web pages.*/

/* This stylesheet contains only typography styles.  The styles within this stylesheet are ones the client will be able to select when updating the site with Contribute.*/

/* ----------------------------------------GLOBAL HEADER STYLES----------------------------------------*/

/* header styles for h tags*/
h1 {font-family:Arial, Helvetica, sans-serif;font-size:16px;color:#C7B299;font-weight:bold;margin:0 0 12px 0;}
h2 {font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#555;font-weight:bold;margin:0 0 12px 0;}

/* ----------------------------------------GLOBAL TEXT STYLES----------------------------------------*/

/* text size within p tags*/
p {
	/*font-size: 12px;*/
	margin:0;
	margin-bottom: 12px;
}
ul, ol, li {margin:0;}
/* table base font-size style
table p {font-size: 12px;margin:0 0 4px 0;}
table {font-size: 12px;}*/
.artistbio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}








