
BODY {
	margin: 0px;
	background-color: #000000;
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #000000;
	}
	
/****** Table Definitions *******/

TABLE  {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #000000;
	}
	
TD {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #000000;
	}
	
TH {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* List Definitions */
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #000000;
	}
	
UL {
	font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	color: #000000;
	}
	
OL {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #000000;
	}

.headline.destinationHead {
	font-size: 12px;
	color: 6699ff;
	font-weight: bold;
	}
	
.headline.destinationTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: CC99FF;
	}


/*---------------------------------------------------------------------------*/	
/* HTML elements                            */
/*---------------------------------------------------------------------------*/
P {
	font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	color: #000000
	}
	
H1 {
	font-family: "New Century Schoolbook, Arial", serif;
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	}
	
H2 {
	font-family: "New Century Schoolbook, Arial", serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	}
	
H3 {
	font-family: "Arial", mono;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
FONT {
	font-family: "Courier New", Courier, mono;
	}

SELECT {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 11px;
	}

TEXTAREA {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}

body.caption {
	font-family: "Verdana", mono;
	font-size: 9;
	color: #000000;
}

/*** Links Definitions ***/

a, a:visited, a:active {
  font-family: Verdana, mono; font-size: 11px; color: #800080; text-decoration: none;
}

a:hover {
   font-family: Verdana, mono; font-size: 11px; color: #4040FF; text-decoration: none;
}


/*** Menu (side-nav) definitions ***/

body.menu {
	font-family: "Baskerville, Verdana", serif;
	font-size: 24;
	color: #800080;
}

a.menu, a.menu:visited, a.menu:active {
	font-family: "Baskerville, Verdana", serif;
	font-size: 24;
	color: #800080;
	text-decoration: none;
}

a.menu:hover {
	font-family: "Baskerville, Verdana", serif;
	font-size: 24;
	color: #40ff40;
	text-decoration: none;
}


/*** Style for top-left Loren home link ***/
a.loren, a.loren:visited, a.loren:active {
	font-family: "Helvetica", Helvetica, mono;
	font-size: 24px;
	font-weight: bold;
	color: #A0A0A0;
}

a.loren:hover {
	font-family: "Helvetica", Helvetica, mono;
	font-size: 24px;
	font-weight: bold;
	color: #D0D0D0;
}

/*** Style for "Excerpt" tag in writing.html ***/
a.excerpt, a.exerpt:visited, a.exerpt:active {
	font-family: "Arial", mono;
	font-size: 12;
	font-weight: bold;
	color: #600030;
}

a.excerpt:hover {
	font-family: "Arial", mono;
	font-size: 12;
	font-weight: bold;
	color: #6000A0;
}


