body {
	background-color: #180C0E;
	padding: 3em;
	font: 80% arial, helvetica, sans-serif;
}


h2#sub {
	margin: 1px -1px -1px -1px;
	color: black;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5em;
}

table {
	width: 802px;
	border-spacing: 0px;
	border-style: none;
	border-color: #180C0E;
	background-color: white;
}

td, th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #180C0E;
	background-color: white;
}

p.navigation {
	margin: 5px 4px 4px 4px;
	background-color: white;
	border-color: white;
	width: 780px;
	color: black;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
}

p.gallery {
	margin: 6px 6px 6px 6px;
	font-size: 90%;
	font-weight: normal;
}

p.welcome {
	color: #180C0E;
	margin: 40px 40px 40px 40px;
	font-size: 120%;
	font-weight: normal;
}

p.ills {
	color: #180C0E;
	margin: 10px 10px 10px 10px;
	font-size: 120%;
	font-weight: normal;
}


p.foot {
	margin: 1px -1px -1px -1px;
	font-size: 60%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
}

img {
	border-color: black;
}

a:link
{
	text-decoration: none	
}

a:visited
{
	text-decoration: none
}

a:hover
{
	text-decoration: none
}