/* CSS stylesheet for NVDL tutorial */
/* Copyright Dave Pawson 2008 */


body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
}

span.quote{
            font-weight: bold;
            display: block;
            padding-left: 2em;
            padding-right: 2em;
            padding-top: 1em;
            padding-bottom: 1em;
}
div.section{
	border-bottom: thin black solid;
}

pre, .literallayout{
	background-color: #DCDCDC;
        font-family: "Courier New", Courier, monospace ;
        font-size: larger;
}


span.name{
	font-style: italic;
}

td[colspan] { 
font-weight: bold;
 }
