

/*Setup the defaults, like body colour:  I think a nice light straw-colour will convey the tropical theme nicely*/

body {background-color: #ffffa0;
font-family:  arial, helvetica;
font-size: 10px;
}


/*Using the header tags means it will still get special attention in a pre-CSS browser, and may also convey "this is important" to a search spider*/

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}


/*I think we could do different colours for the backdrops of the body blocks where the different options appear.  It will break the site up into readable units and emphaside the difference between options.  Again, pastels, an islandy theme*/

td.blue {background-color: #c0c0ff;}

td.green {background-color: #a0ffa0;}

td.orange {background-color: #ffdc3b;}

/*Backgrounds to match logos*/

/*The Go one needs special handling because its background is so dark black text has poor redability.  We'll go for white text instead*/
/*
td.go {background-color: 567a9c;
color: ffffff;}
a.go:link {color: d0d0ff;}
a.go:visited {color:d0d0d0;}
*/
td.go {background-color: fefefe;}
td.aloha {background-color: b3d0f2;}
td.hawaiian {background-color: c0c0ff;}

/*A small text format for copyright line, mailto the webmaster, etc.*/

p.small {font-size: 12px;
font-weight: bold;
text-align: right;}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

