body {
	font-family: 'comic sans ms', Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: blue;
	background-color: lightgrey;
}

pre {
	font-family: Courier;
	font-size: 12pt;
	font-weight:bold;
	color: black;
}

h2 {
	font-family: 'comic sans ms', Geneva, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: blue;
	padding-top: 12px;
	padding-bottom: 3px;
}

dt {
	font-size: 19pt;
	font-weight:bold;
}

a:link {color:#0000FF;}      /* unvisited link */
a:visited {color:#0000FF;}  /* visited link */
a:hover {color:#7B68EE;}  /* mouse over link */
a:active {color:#0000FF;}