body { 
	background-color: navy;
	color: yellow; 
	text-align:center;
}

h1 {
	line-height:1.5em;
	border-bottom:solid 2px;
}

dt {
	line-height: 1.5em;
}

a:link { color: yellow; } 
a:visited { color: yellow; } 
a:active { color: yellow; }
a:hover { text-decoration: none; color: navy; background-color: yellow; }

#index page {
	margin: 1em;
}

#menu {
	position:absolute;
	top:1em;
	left:0.5em;
	width: 10em;
	text-align:left;
}

#sponsors {
	position:absolute;
	top:1em;
	right:0.5em;
	width: 10em;
	text-align:right;
}

#title {
	margin-left: 10em;
	margin-right: 10em;
}

#page {
	margin-left: 10em;
	margin-right: 10em;
	border-bottom:solid 1px;
}

#pageleft {
	margin-left: 10em;
	margin-right: 10em;
	border-bottom:solid 1px;
	text-align:left;
}

#author {
	position:absolute;
	bottom:0em;
	left:0.5em;
	width: 10em;
	text-align:left;
	color:blue;
	font-family: arial, helvetica;
}

