body		{
				color: black;
				background: #FFFFCC;
			}

h2 { 
	color: black;
	background: transparent;
	font-size: large;
	font-weight: bold; 
}
	
h3 { 
	color: black; 
	background: transparent;
	font-size: medium;
	font-weight: bold; 
}
	
h4 { 
	color: black;
	background: transparent;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

h1.header {
			color: red;
			background: transparent;
			font-family: 'Comic Sans MS', 'Palatino', 'Times', sans-serif;
			font-size: x-large;
			font-weight: bold;
			text-align: center;
}

h2.header {
			color: red;
			background: transparent;
			font-family: 'Comic Sans MS', 'Palatino', 'Times', sans-serif;
			font-size: large;
			font-weight: bold;
			text-align: center;
}

h3.header {
			color: black;
			background: transparent;
			font-family: 'Comic Sans MS', 'Palatino', 'Times', sans-serif;
			font-size: medium;
			font-weight: bold;
			text-align: center;
}

hr	{ color: gray; background: transparent; }
	
hr.header, hr.footer { 
						color: red;
						background: transparent;
						width: 90%;
						align: center;
						text-align: center;
}

div.note {
			font-style: italic;
			margin-left: 8%;
			margin-right: 8%;
			color: green;
			background: transparent;
}
