@charset "utf-8";
/* CSS Document */

body  {
	font: 0.7em Verdana;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


div#wrapper {
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: none;
}

H1, H2 {
	font-size: 1.2em;
}

li {
	list-style-type: square;
	margin-left: 20px;
}

HR {
	color: #000000;
	margin-top: 20px;
	height: 1px;
}

.workshop_list_print ul {
margin: 0px;
padding: 0px;
}

.workshop_list_print li {
margin: 0px;
padding: 0px;
}
