
/*  ********************************  */
/*  Definitions for the opening page  */
/*  ********************************  */



/*  Default page body   */

body 	{
	font-family: sans-serif;
	font-size: 16px;
	background-color: #006666;
	}


/*  Default heading 1   */

h1 	{
	font: 50px "Times New Roman", serif;
	color:#000066;
	text-decoration:underline; 
	margin: 0px 0px 40px 0px;
	
	}


/*  Default heading 2    */

h2 	{ 
	color: #999966;
	font-family: times;
	font-size: 20px;
	}


/*  Default unorderd list   */

ul 	{ 
	font-family: sans-serif;
	font-size: 16px;
	} 


/*  Default image   */

img 	{ 
	border-width: 3px;
	margin: 10px 10px 10px 10px;
	border-color:black;
	}


/*  Default horizontal rule    */

hr 	{ 
	margin:0px 40px 0px 40px;
	color: gray;
	}


a {
	font-family:sans-serif;
	font-size:12px;
	color:black;
	margin:0px 0px 10px 0px;
	}

a:hover	{
	color:red;
	}


/*  Paragraph class for opening page header block paragraph and background "Indian Lake" text   */

.openheadback {
	width:100%;
	padding:0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font: 70px "Times New Roman", serif; 
	letter-spacing:15px; 
	color:#cccccc; 
	white-space:nowrap;
	}


.opencontent {
	text-align:center;
	}

.opentable2 {
	/* border-color:#999966; */
	/* border-width:10px 2px 10px 2px; */
	border-style:solid;
	margin:0px 0px 0px 0px;
	/* background-color:white; */
	}

.opentabledata {
	/* background-color:#666666; */
	vertical-align:top;
	text-align:center;
	}

.opentableimg {
	border-width:2px;
	margin:5px 10px 0px 10px;
	border-color:black;
	}


/*  Paragraph class for page header block paragraph and background "Indian Lake" text   */

.headback {
	width:100%;
	padding:0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	font: 70px "Times New Roman", serif; 
	letter-spacing:15px; 
	color:#cccccc; 
	background-color:#006666;
	white-space:nowrap;
	}


/*  Paragraph class for text overlay "Main St." in page header block   */

.headtext { 
	z-index:2; 
	text-align:right; 
	position:absolute; top:25pt; right:30pt;
	margin:0px 0px 0px 0px;	
	letter-spacing:2px; 
	color:#ffffff;
	font: 40px "Times New Roman", serif;
	}
							

/*  Paragraph class for use with the credit info at the bottom of each page   */

.creditsbottom { 
	color:black; 
	font-size:12px; 
	margin:40px 0px 0px 40px;
	} 

.italic	{
	font-style:italic;
	}
