/* CSS Document */

/* Style sheet for workshop listings */

body {
	background-color: #a9ae81;
}
body,td,th {
	color: #000000;
}

table {
	background-color:#a9ae81;
}

h1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:24px;
}

h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
}

p {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
}

p.caption {
	font-size:16px;
	text-align:center;
	margin-top:0px;
	font-weight:100;
}


