/*Make all body text black 12pt comic sans with 16 pt vertical
  spacing between lines and 10 pt margins.
*/
body {	font-size: 12pt;
	font-family: "Comic sans MS";
	color: maroon;
	background: url(crinkled.gif);
	line-height: 16pt;
	margin-left: 10pt;
	margin-right: 10pt;}

/*body {	background-repeat: repeat;
	color: #000000;
	font-size: 12px;
	font-family: Comic sans MS, Verdana, Helvetica;}*/

/* Indent paragraphs */
/*p {margin-left: 80pt;
   margin-right: 90pt;
   font-family: Verdana, Helvetica;
   font-size: 12pt;
   color: #000000;
   line-height: 125%;}*/

p {	font-family: Verdana, Helvetica;
	font-size: 12x;
	color: #660099;
	line-height: 125%;}

h1 {font: 24pt Comic sans MS, Verdana, Helvetica;
   font-weight: bold;
   line-height: 22pt;}

table {	font-family: Verdana, Helvetica;
	font-size: 10x;
	color: #660099;
	line-height: 120%;}