/*stylesheet for Gallery html image files */
	body {
	background-color: #660000;		color: #FFFFFF;
	}	
	
	
	IMG {
    border: 1;
    border-color: tan;
    border-style: solid;
	 border-width: 1px 1px 1px 1px;
}	

	A:link {
	COLOR: tan; text-decoration: none
}
A:visited {
	COLOR: tan; text-decoration: none
}
A:active {
	COLOR: tan; text-decoration: none
}
A:hover {
	COLOR: tan; text-decoration: underline
}


	#submenu {
	position: absolute;
	top: .3em;
	right: 1em;
	text-align: right;
	list-style-type: none;
	padding-left: 1em;
	font-size: .9em;
	font-weight: bold;
	line-height: normal;
	
	}	

	#title {
	text-align: center;
	font-size: 16px;
	font-style: normal;
  font-family: verdana, arial, sans-serif;
  color:tan;

	}
	
	#descript {
	font-size: 12px;
	font-style: italic;
        color: tan;
	}
