
table.Main {
	width: 1024;
	height: 768;
	border: ;
	}
	
table.Nav {
	width: 1024;
	height: 144;
	border: inherit;
	background-color: ;
	padding-top: 6px;
	padding-left: 12px;
	}
	

body {
	font-family: "American Typewriter";
	}

td {
	font-family: "American Typewriter";
	}

th {
	font-family: "American Typewriter";
	}
.Heading {font-size: 36px}
.Link {
	font-size: 18px;
	bottom: 0;
	}
.Text {
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding-top: 6px;
	}
a:link {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}
