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

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

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;
			}

h4.header	{	color: black;
				background: transparent;
				font-family: 'Palatino', 'Times', sans-serif;
				font-size: small;
				font-weight: plain;
				text-align: center;
			}

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

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