pre.programlisting {
	margin-left:		2em;
	margin-right:		2em;
	padding:			1em;
	font-weight:		bold;
	color:				rgb(0,0,128);
	background-image:	url(figures/programListingEdge.gif);
	background-position:top right;
	background-repeat:	no-repeat;
	background-color:	rgb(220,220,255);
}
pre.screen {
	margin-left:		2em;
	margin-right:		2em;
	padding:			1em;
	font-weight:		bold;
	color:				rgb(0,0,0);
	background-color:	rgb(230,230,230);
}
div.mediaobject {
	text-align:			center;
}

h1 {
	text-align:			center;
}

h2 {
	margin-top:			2em;
	background-color:	#666699;
	color:				white;
	padding-left:		1em;
	padding-top:		0.3em;
	padding-bottom:		0.3em;
}


h3 {
	margin-top:			1em;
	border-bottom:		2pt double navy;
}

p {
	margin-left:		1em;
}

div.footnote {
	margin-top:			0.5em;
}

.releaseinfo {
	text-align:			right;
	font-size:			smaller;
}