/* Main Selectors */
body {
	background-color: #f2ebe8;
	color: #8a3c2c;
	background-image: url(images/bg.jpg);
	font-family: verdana,arial,tahoma;
	font-style: normal;
	font-size:10pt;
}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold; 
	font-style: italic;
}

a:visited {
	color:#000000; 
	font-style: italic; 
}

a:link {
	color: #ff0033; 

}

a:active {
	color: #0000cc; 
	font-style: italic;

}

h1,h3 {
	font-style: italic; 
	cursor: hand;
}

/* Index`Page */
#message {
	width: 600px; 
	text-align: left; 
	border: 1px solid maroon; 
	padding: 5px;
}

#memo {
	width: 400px; 
	font-style: italic; 
	border: 1px solid maroon; 
	padding: 2px;
}

/* Used on the Grand Canyon Page */

HR  {
	width: 70%; 
	color: navy;
}  

/*  Show Image */

IMG { 
	border=0
}

TS {
	align: center
}

/*  Used in ShowImage  */

TD {
	font-size:  14;
}