<!-- Fork in the Road Style Sheet -->
body {
	font-family : Arial, Helvetica, sans-serif;
	link : "Purple" ;
	vlink : "Purple";
	alink : "Purple";
}
H1 {
	text-align : center;
	background-color : White;
}
h2 {
	text-align : center;
	font-style : oblique;
	color : Gray;
}
h3 {
	background-color : Gray;
	color : white ;
	padding-left : 25px;
}
h4 {
	color : Teal;
}
p {
	margin-left : 10px;
}
table {
	width = 100%;
	text-align : center;
}
td {
	border : thin ridge Maroon;
	background-color : White;
}
table.footer {
	font-size : -2;
	border : 1;
}
td.footer {
	border : 0;
}