body { 
	background-color: #FFFAF0;
	color: black;
}

a:link {
	color: red;
}

a:visited {
	color: black;
}

a:active {
	color: #FFD700;
}

h1 {
	border-bottom: medium solid;
	text-align: center;	
}

span.credit {
	text-align: center;
	font-size: smaller;
}

span.selected {
	color: #FFD700;
}

span.nonselectable {
	color: #F4A460
}

span.caption {
	font-size:smaller;
}

div.spacer {
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-top: medium solid;
}

h1 em {
	background-color: white;
}

table.main {
	border-color: black;
	margin-right: 10%;
	margin-left: 10%;
}

td.heading1 {
	background-color: navy;
	font-weight: bolder;
	font-family: Verdana, cursive;
	font-size: medium;
	border-width: thin;
	border-color: black;
}

td.contents {
	background-color: #FFFFF0;
	color: #191970;
	font-family: Verdana, Times, cursive;
	font-size: 12;
	border-top: solid;
	border-width: thin;
	border-color: black;
}

ul.contents {
	background-color: navy;
	color: #FFD700;
	font-family: Verdana, cursive;
	font-size: small;
	list-style-type: none;
	margin-right: 1em;
}	

ul.contents a:link {
	color: #FFD700;
}

ul.contents a:visited {
	color: #FFD700;
}

ul.contents a:active {
	color: yellow;
}

li li {
	font-size: smaller;
}