BODY { 
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	color: black; /* refers just to text colour I think */
	font-family: "Comic Sans MS", sans-serif /* font name */
}

TD { font-family: "Comic Sans MS", sans-serif}

H1, H2 {text-align: center}

/* first 2 lines refer to not having <A> links underlined unless the mouse is over them (A:hover) */
A { text-decoration: none }
A:hover { text-decoration: underline }
A:active { color: #00FF40 }
A:visited { color: #FFC0FF }

.speech { text-indent: 3em } 

div.indent {
	/* width : 75%; */
	/*text-align : justify;*/
	margin-left : 3em;
	margin-right : 3em 
	}

.header IMG { float: right}

.footer {
	text-align: center;
	margin-left : 5em;
	margin-right : 5em;
	font-size: 10pt
}

.italic { font-style: italic }
