body {
	color: black;
	background:white;
	font-family: Arial, Baskerville, Optima, Times, Helvetica, Utopia, Palatino, serif;
}


p, ul {
	text-indent: 0em;
	margin-top: 0.5em;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom: 1em
}

h4 {
	margin-top: 1.5em;
	margin-left: 10%;
	margin-right:10%;
	font-family: Helvetica, Lucida, sans-serif;
}

tt, code {
	font-family: Monaco,  Courier, monospace;
}

div.note {
	color: black;
	background: silver;
    	padding: 0.5em;
    	border: none;
}

:link {
	color: blue;
	background: transparent;
}

:visited {
	color: purple;
	background: transparent;
}
