/**
 *
 * walkthrough.css
 *
 * A style for use in the walkthrough.
 * Defines borders for images, except when explicitly stated otherwise.
 * Also does some spacing between paragraphs.
 *
 **/

h2.topmargin{
	margin-top:1em;
	margin-bottom:0em;
}

h2{
	margin-bottom:1em;
}

div.innerwrapper p{
	margin-top:1.5em;
}

div.innerwrapper p img{
	border: 1px solid black;
	margin-top: 0.5em;
}

.noborder{
	border: none !important;
}
