P  {}

H1  {
	font-size : x-large;
	font-family : Curlz MT;
	font-style : normal;
	font-weight : bold;
	color : Navy;
	text-align : center;
}

H2  {
	font-size : large;
	font-family : cursive;
	font-weight : normal;
	font-style : italic;
	color : Blue;
	text-align : left;
}

H3  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	color : Blue;
}

BODY {
		font-family: Comic Sans MS;
		font-size: medium;
		font-weight: normal;
		font-style: normal;
		color: Blue;
		background: white;
		background-image:   url(/pics/humourback1.jpg);
		background-repeat: repeat-y;
		text-align: left;
		text-indent: 10pt;
		margin-left: 30mm;
}
A:link {
		color: blue;
}
A:visited {
		color: red;
}
A:active {
		color: green;
}

