/* Copyright Michael Scannell 2003 */

body	{
	width: 740px;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	background-color: navy;
	color: #ffffcc;	/* a yellow */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt
}

hr	{
	clear: both;
	margin-top: 3%
}

img#columbus	{
	width:	500px;
	height:	352px;
	border: solid black;
	margin-bottom: 4%;
	float: right
}

img#dreamtext	{
	width:	360px;
	height:	270px;
	position: absolute
}

.intro	{
	clear: right;
	float: left;
	width: 75%
}

.navigation	{
	clear: right;
	float: right
}

.navigation img	{
	width: 100px;
	height: 40px;
	border: 0
}

.links	{
	font-size: 8pt
}

a:link	{
	color: #ffffcc;
	background-color: transparent;
	text-decoration: none
}

a:visited	{
	color: #ffccff;
	background-color: transparent;
	text-decoration: none
}

a:hover	{
	color: white;
	background-color: transparent;
	text-decoration: underline
}

span.atext	{
	white-space: nowrap
}

/* EOF	*/