/* This is the primary style sheet for Julieclipse's Nexus */

BODY {
	color: #00FF00; 
	background-color: #000000;
}

A:link { 
	color: #FFFFFF;
	background-color: #000000;
}
A:visited { 
	color: #FFFF00; 
	background-color: #000000;
}
A:hover, a:focus {
	color: #0000FF;
	background-color: #000000;
}

A:active { 
	color: #00FF00;
	background-color: #000000;
}

TABLE.grid { 
	background-image: url(grid);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-width: thin;
	border-style: ridge;
	text-align: center;
}

TABLE.base {
	border-width: thin;
	border-style: ridge;
	text-align: center;
}

TABLE.island {
	width: 70%;
	color: #0099FF;
	background-color: #000000;
	background-image: none;
	border-width: medium;
	border-style: double;
	margin: 30pt;
	text-align: left;
}

TABLE.islandc {
	width: 70%;
	color: #0099FF;
	background-color: #000000;
	background-image: none;
	border-width: medium;
	border-style: double;
	margin: 30pt;
	text-align: center;
}

TD.story {
	color: #000000;
	background-color: #DDDDDD;
}

SPAN.center {
	text-align: center;
}

HR.divider {
	width: 75%;
	text-aligh: center;
}


IMG.link {
	border: none;
}


SPAN.desc {
	color: #00FF00;
	background-color: #000000;
}

SPAN.item {
	color: #FFFFFF;
	background-color: #000000;
}

SPAN.credit {
	font-size: smaller;
	text-align: right;
}

/* Each highest-level area of the page has its own text color. */

.visit {
	color: #00CCFF;
	background-color: #000000;
}

.personal {
	color: #CC66CC;
	background-color: #000000;
}

.dolphins {
	color: #6666CC;
	background-color: #000000;
}

.artwork {
	color: #FF9999;
	background-color: #000000;
}

.education {
	color: #66CCCC;
	background-color: #000000;
}

.language {
	color: #FFFF66;
	background-color: #000000;
}

.bugs {
	color: #99FF99;
	background-color: #000000;
}

.sex {
	color: #FF9933;
	background-color: #000000;
}
