/* Element definitions: */


h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: large;
	text-transform: none;
	font-style: italic;
}

h3 {
	color: #FFFFFF;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}

h6 {
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
}

p {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

ul {
	color: #FFFFFF;
}

em {
	color: #F0D202;
}

a {
	color : #FFFFFF;
}


/* Pseudo-elements: */

/* This is not CSS1 complient, but works in Explorer! */
a:hover {
	color: #F0D202;
}


/* Classes: */

.NavButtons {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.CDLayer {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.poem {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
}
.ScriptText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}


a.NavButtons {
	color: #CCCCCC;
	text-decoration : none;
	font-size: 15px;
}
a.MenuNavButtons {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}


ckground-color : #000000;
	font-style: italic;
}
.ScriptText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	background-color : #000000;
	text-align: center;
}


a.NavButtons {
	color: #CCCCCC;
	background-color : #000000;
	text-decoration : none;
	font-size: 15px;
}
a.MenuNavButtons {
	color: #FFFFFF;
	background-color : #000000;
	font-size: 16px;
	text-decoration: none;
}


