BODY 		/* default for the whole site */

		{
		background: #68ACDE;
		color: black;
		margin-top: 1ex;
		margin-left: 2em;
		margin-bottom: 1ex;
		margin-right: 2em;
                     font-family: arial, sans-serif;
		}
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: #68ACDE;
	       font-weight: bold;
		}

.red		/* red text */

		{
		color: #ff0000;
		background: #68ACDE;
	       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: #68ACDE;
		color: black;
		text-align:left;
		border-bottom: 1px solid black
		}

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

.biglist /* wider spacings for lists */

		{
		margin: 0.75em 0 0 0; 
		}

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

.pic-right

		{
		float: 		right;
		margin: 		0 0 10px 10px
		}


.pic-left

		{
		float: 		left;
		margin: 		0 10px 10px 0
		}

.clear

		{
		clear:	both;
		}

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

.center

		{
		text-align: center;
		}

.right
		{
		text-align: right;
		}

.left
		{
		text-align: left;
		}

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

.t100
		{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		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;
		}

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

abbr
		{
		border-style: none;
		}

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

#footer
	{
	text-align:center;
	font-size:90%;
	}

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

#disclaim, #credit

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

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


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

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

.ns-hide	/* Hide from everything EXCEPT Netscape and non- CSS browsers */
		{
			display:	none;
		}

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

/* 	Microformats */

object.include 

		{
		width: 0;
		height: 0;
		display: none;
		}

vevent abbr.title

		{
		display:none;
		}

.tel

		{
		speak: spell-out;
		speak-numeral: digits;
		}

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

@media print 

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

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