/*   This stylesheet controls some formatting for multiple picture galleries at www.davidehall.ca . Inline and embedded styles on the gallery pages themselves contain additional, higher priority formatting.*/
/*   validated 2005-01-05 max burley*/

a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(128,128,128); 
} 
a:hover
{
	font-weight: bold
}
a:active 
{
	color: rgb(255,51,0);
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(0,0,0);
	color: rgb(255,255,153);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
}
/*   h2 is the largest Heading used on this style*/
h2.title
{
	padding: 20px 0px 20px 0px; 
	text-align: center;
}
p
{
	text-align: center;
}
p.useful
{
	margin: 10px 9px 5px; 
	background-color: black; 
	color: white;
	font-family:arial, helvetica, sans-serif; 
	font-variant: small-caps; 
	font-size: 0.95em; 
	line-height: 1.3; 
	text-align: center;
	vertical-align:middle;
}
ul
{
	list-style: outside square
}
.info
{
	text-align: justify;
	line-height: 1.3;
	font-size: .9em;
}
.navmenu
{
	width: 120px;
	height: auto;
	color: rgb(0,0,0);
	list-style: none;
	text-align: center;
	padding: 0 0 0 0;
	margin-left: auto;
  margin-right: auto;
	line-height: 1.5;
	font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 14px;
}	
/*   Adjust padding and margins with inline styles as necessary.*/
.smallPic 
{
	float:left; 
	border: 0; 
	height:auto; 
	width: 675px;
	padding: 30px 10px 30px 100px;
}
.topNav
{
	padding:100px 0px 100px 0px; 
	font-size: 1em;
	font-variant:small-caps; 
	text-align:center;
	color: black;
	text-decoration: none;
}
