/*  29Aug09: Created for the files in the "photoalbum"  */
/*  margin: Top, Right, Bottom, Left  */
body {margin: 2% 5% 5% 5%; font-size:100%; font-family:Verdana,Arial,"Comic Sans MS"; background-color:#E6E6FA; color:#9370D8;}
a:link {color:#9370D8}
a:visited {color:#000000}
a:hover {color:#000000; background: #FFFFFF}
a:active {color:#004040}
.All_Photos {color:#000000; font-size:1em; margin: 0% 10% 0% 10%; text-align:center; font-weight:bold}
h1 {font-size:2em;text-align:center; color:#9370D8; font-weight:bold;}
.MainBody {font-size:1.2em; text-align:center; font-weight:bold;}
.BackTo {font-size:1em; text-align:center; font-weight:bold}
.Footer {font-size:0.8em; text-align:center; font-weight:normal}
.NorText {font-size:0.9em; font-weight:normal}
.SmallerText {font-size:0.7em; font-weight:normal}
.text_line {clear:both; margin-bottom: 2em;}
.alignLeft {float: left; margin-right: 1px;}
.alignRight {float: right; margin-left: 1px;}
.alignCenter {text-align: center; margin-right: 1px; margin-left: 1px; margin-bottom: 1px;}
figure {
  display: inline-block;
  vertical-align: top;
}

figure img {
  border: 1px solid #666;
  background-color: #FFF;
  padding: 4px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

figcaption {
  font: 1.2em/normal Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 0;
}

.gallery {
	text-align: center;
	margin-bottom: 2em;
}


