/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
        margin: 10px
}

a, a.visited {
	color: #369;
}

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

.topic {
	PADDING-RIGHT: 20px;
	padding-left: 10px;
	padding-bottom:20px;
	border:10px;
        clear: both;
	}
.topic img { border:5px dottted white;}
/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

#navigation, #footer, .noprint {
	display: none;
}

