/* STYLESHEET FOR WHISKEY ISLAND GENERAL DOCUMENTS */

		body	{
			background-image:	url("images/backcuprous.jpg");
			font-family:		Arial, Helvetica, Sans-serif;
		 	margin-left:		15%;
			margin-right:		15%
			}

		div	{
			margin-left:		0%;
			margin-right:		0%
			}

		h1 	{ font-size:	200%; 	}
		h2 	{ font-size:	150%;	}
		h3 	{ font-size:	120%;	}
		h4 	{ font-size:	100%;	}
		h5	{ font-size:	83%	}

		h1,h2,h3,h4,h5
			{
			background:	#336633;
			color:		#ffffcc;
			text-align:	center
			}

		i	{
			font-family:	"Times New Roman", Times, Serif;
			font-size:	110%;
			font-weight:	bold
			}

		li	{
			margin-top:	1em
			}

		td	{
			font-family:	Arial, Helvetica, Sans-serif;
			font-size:	83%;
			font-weight:	normal;
			}

		.80size
			{
			font-size:	83%;
			}

		.grnhd
			{
			background:	url("images/transpar.gif");
			font-weight:	bold;
			color:		#336633;
			text-align:	left;
			}

		.bluhd
			{
			background:	url("images/transpar.gif");
			font-weight:	bold;
			color:		#0033CC;
			}

		.redhd
			{
			background:	#cc0000;
			font-weight:	bold;
			color:		#ffff00;
			}

		.indent
			{
			margin-left:	2em
			}

		.gline
			{
			align:		center;
			width:		80%;
			color:		#336633;
			}

		.wi	{
			font-size:	110%;
			color:		#ffff33
			}

		.caption
			{
			font-size:	90%;
			font-weight:	bold;
			font-style:	italic;
			color:		#003300
			}

		.shout	{
			font-weight:	bold;
			color:		#cc3300
			}

		.fullwidth
			{
			margin-left:	-15%;
			margin-right:	-15%;
			}

		.link	{
			font-family:	Arial, Helvetica, Sans-serif;
			font-size:	83%;
			font-weight:	bold;
			margin-left:	1em
			}

		/* default menu link colors */

		a:link		{ color : #0000ff }
		a:hover		{ color : #0066ff }
		a:active 	{ color : #00ff00 }
		a:visited	{ color : #cc0000 }