/* Style Sheet for Netscape 4.7, et al */

BODY 		/* default for the whole site */

		{
		background: #99CCFF;
		color: black;
		margin-top: 1ex;
		margin-left: 2em;
		margin-bottom: 1ex;
		margin-right: 2em;
		}

a:hover	/* reverse colours when hovering over a link */

	 	{
		background-color: #0066CC;
		color: #FFFFCC;
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

h1
		{
		font-size: 	200%;
		font-weight: 	bold;
		text-align: 	center;
		}

h2
		{
		font-size: 	160%;
		font-weight: 	bold;
		text-align: 	center;
		}

h3
		{
		font-size: 	125%;
		font-weight: 	bold;
		}

h4
		{
		font-size: 	115%;
		font-weight: 	bold;
		}

#subhead
		{
		font-size: 	200%;
		font-weight: 	bold;
		text-align: 	center;
		}

#banner
     		{
    		font-size:   115%;
		font-weight:   bold;
     		text-align:  justify;
     		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

em		/* emphasis*/

		{
		color: black;
		background: #99CCFF;
	       font-weight: bold;
		}

.red		/* red text */

		{
		color: #ff0000;
		background: #99CCFF;
	       font-weight: bold;
		}


/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */


.m2 /* 2em margins; use instead of single blockquote */

		{
		margin-left: 2em; 
		margin-right: 2em;
		}

.m4 /* 4em margins; use instead of double blockquote */

		{
		margin-left: 4em; 
		margin-right: 4em;
		}

.m6 /* 6em margins; use instead of tripple blockquote */

		{
		margin-left: 6em; 
		margin-right: 6em;
		}


/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

tr.U td, tr.U th
		{
		background: #99CCFF;
		color: black;
		text-align:left;
		border-bottom: 1px solid black
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

.biglist /* wider spacings for lists */

		{
		margin: 0.75em 0 0 0; 
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

.center

		{
		text-align: center;
		}

.right
		{
		text-align: right;
		}

.left
		{
		text-align: left;
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

.t90
		{
		width:90%;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		}

.t80
		{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		}

.t70
		{
		width:70%;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		}

.t40
		{
		width:40%;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

#disclaim, #credit

		{
		text-align: 	right;
		font-size: 	80%;
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */


#trip-date /* like <H2> */
		{
		font-size: 	160%;
		font-weight: 	bold;
		text-align: 	center;
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

@media print 

		{
  		.noprint {display: none }
  		#disclaim {display: none }
		}

/* #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~# */

