body {
	background-color: #4f4f4f;
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #FFF;
}

h1 {
	color: #ffff00;
	font-family: palatino, cursive;
	font-size: xx-large;
	text-align: center;
}

h2 {
	color: #ffff00;
	font-family: times, serif;
	font-size: large;
	font-style: italic;
	text-align: center;
}
a {
	color: #FF6;
}


h3 {
	color: #ffff00;
	font-family: times, serif;
	font-size: medium;
	text-align: center;
}

p {
	text-indent: 1em;
}

#head {
	background-color: #000000;
	margin: 0;
}

#head h1 {
	background-position: center;
	color: #ffff00;
	margin: 0;
	text-align: center;
}

#text {
	background-color: #4f4f4f;
	float: right;
	margin: 0;
	padding: 5px;
	width: 83%;
}

#text A {
	color: #808000;
}

#text A:hover {
	color: #255410;
	text-decoration: overline;
}

#text A:visited {
	color: #ffffff;
}

#nav {
	background-color: #ffff00;
	border-color: #000000;
	border-style: solid;
	border-width: 3px;
	color: #000000;
	padding: 3px;
	text-align: right;
}

#nav a {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

#nav a:hover {
	background-color: #000000;
	color: #ffff00;
}

#links {
	background-color: #ffff00;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	padding: 5px;
	top: 12%;
	width: 12%;
	position: absolute;
}

#links A {
	background-color: #808000;
	color: #000000;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #000;
}

#links A:hover {
	background-color: #000000;
	border-color: #7CA864;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
}

#links A:visited {
	background-color: #808000;
	color: #ffffff;
}

.piece {
	position: relative;
	width: 73%;
	background-color: #4f4f4f;
}

.piece2 {
	position: relative;
	top: 5%;
	width: 73%;
}

.side {
	background-color: #808040;
	border-color: #6F1400;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	position: absolute;
	right: -35%;
	top: 0;
	width: 31%;
}

.side2 {
	background-color: #808000;
	border-color: #6F1400;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	position: absolute;
	right: -35%;
	top: 40%;
	width: 31%;
}

.no {
	display: none;
}

