* {
	font-size: 100%;
}

body {
	background-image: url('./background.gif');
	color: #000;
	font-size: 95%;
	padding: 0;
	margin: 0;
}

#index_table {
	border-collapse: collapse;
	padding: 0;
	font-family: times;
	font-size: 700%;
	width: 100%;
	height: 100%;
	
}

#index_table td {
	vertical-align: center;
	text-align: center;
}

td a {
	color: #000;
	text-decoration: none;
}

#prologue_table {
	border-collapse: collapse;
	padding: 0;
	font-family: times;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	height: 33%;
	margin-top: 33%;
}

#prologue_table td {
	vertical-align: top;
	text-align: center;
}

#prologue_table h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#prologue_table p {
	padding: 0;
	margin: 0;
}

#prologue_table strong {
	color: #d9d9d9;
	font-weight: normal;
}
	
strong a {
	color: #d9d9d9;
	font-weight: normal;
	text-decoration: none;
}
	
#music {
	vertical-align: bottom;
}
	
	
	
	
	