BODY {
	background: black;
	color: white;
}

A {
	text-decoration:none;
}

A:link {
	color: #f08890;
}

A:visited {
	color: #f08890;
}

A:active {
	color: black;
}

A:hover {
	color: #cc0060;
}


H2 {
	font-family: sans-serif;
	color: white;
}

P {
	background: black;
	color: white;
}


.menu A:link {
	color: white;
}

.menu A:visited {
	color: white;
}

.menu A:active {

}

.menu A:hover {
	color: #cc0060;
}

.menu TABLE {
	float: right;
	width: 50%;
	empty-cells: hide;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu COL {
	width: 16%;
}

.menu TD {
	border-left: 2px dotted #f08890;
	text-align: left;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}


.description P {
	width: 90%;
	color: white;
}

.picture IMG {
	margin-left: 5%;
	margin-right: 5%;
}	

.pictures COL {
	width: 40%;
}	

.pictures TD {
	vertical-align: bottom;
}

.pictures TABLE {
	margin-bottom: 20px;
}

.pictures IMG {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}	

.pictures P {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}

.poem PRE {
	margin-left: 5%;
	margin-top: 20px;
	width: 95%;
	color: white;
	font-weight: bold;
}

.story P {
	margin-left: 5%;
	margin-top: 20px;
	width: 80%;
	color: white;
}

.contents P {
	background: black;
	color: white;
} 

.contents A:link IMG {
	border: solid black;
}

.contents A:visited IMG {
	border: solid black;
}

.contents A:active IMG {
	border: solid black;
}

.contents A:hover IMG {
	border: solid #cc0060;
}

.contents TABLE {
	margin-bottom: 20px; 
	width: 80%;
	empty-cells: hide;
}

.contents COL {
	width: 33%;
}

.contents TD {
	border-right: 15px solid black;
	border-top: 15px solid black;
	text-align: left;
	color: white;
}

.next A:link IMG {
	border: solid black;
}

.next A:visited IMG {
	border: solid black;
}

.next A:active IMG {
	border: solid black;
}

.next A:hover IMG {
	border: solid #cc0060;
}

.next P {
	float: left;
	margin-left: 5%;
}
