body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(Palebird.jpg);
	table-layout: fixed;
	border-color: Green Green Green Green;
}

table {
layout-grid: both;
border="border";
table-layout: auto;
background-color: #FFFF99;	
align="center";
	font-style: oblique;
	border: thick Lime;
}

th {
	font-size: 24px;
	font-weight: bold;
}

caption {
	font-size: xx-large;
	font-weight: bold;
}

p {
	color: Black;
}

p.sub {
	font-size: 3pt;
}
ol {
	list-style-type: decimal;
	text-indent: 30px;
}

ol li {
		font-weight: normal;
}

ol ol {
	list-style-type: decimal;
}

ol ol li {
	font-weight: 100;
}

ol ol ol {
list-style-type: lower-alpha;
}

ol ol ol ol {
	list-style-type: lower-roman;
}

ul li {
	text-indent: 30px;
	list-style-image: url(bl&wbird.jpg);
	list-style-type: none;
	font-weight: 100;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond;
	color: Maroon;
	font-weight: bold;
}

h1 {
	font-style: normal;
	font-size: 50px;
	text-align: center;
}
h2 {
	font: italic;
	font-size: 45px;
	text-align: center;
}
h3 {
	font-size: 35px;
	text-align: left;
}
h4 {
	text-align: left;
	font-size: 30px;
}
h5 {float: left;
	margin-right: 30px;
	text-align: left;
	font-size: 25px;
	text-kashida-space: 10%;
}
h6 {
	text-align: left;
	font-size: 8pt;
}

