/* index.css -- default style sheet for garya */

a:link {
/*
 text-decoration: underline;
 color:"#0000EE";
 background-color:white;
*/
}
a:visited {
/*
 text-decoration: underline;
 color:"#551A8B";
 background-color:white;
*/
}
a:active {
/*
 text-decoration: underline;
 color:"#FF0000";
 background-color:white;
*/
}
a:hover {
/*
 text-decoration: blink;
 color:"#0000EE";
 background-color:white;
*/
}

body {
/*
 color:black;
 background:"#AA0000";
 cursor:crosshair;
*/
}

h1.title {
 margin: 1em 2em ;
 text-align: center;
}

h3.title {
 margin: 1em 2em ;
 text-align: center;
}

h4.title {
 margin: 1em 2em ;
 text-align: center;
}

h4.heading {
 margin: 1em 2em ;
 text-align: left;
}

h5.title {
 margin: 1em 2em ;
 text-align: center;
}

/* Navigation outline at the bottom */
div.nav-outline {
}

/* A row of images with labels below, which hopefully will wrap */
div.imageset {
  text-align: center;
  vertical-align: text-top;
  margin: 0 auto;
}
/*
  height: 2.75in;
  max-height: 2.75in;
  object-fit: contain;
  object-fit: scale-down;
  vertical-align: text-top;
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 800px;
  width: auto;
  position: relative;
  float: center;
*/

/* A single image with an optional label below */
div.imagewithlabel {
  display: inline-block;
  vertical-align: top;
  object-fit: scale-down;
}
/*
  max-height: 2.75in;
  height: 256px;
  max-height: 256px;
  max-height: 2.75in;
  max-width: 100%;
  object-fit: contain;
  object-fit: scale-down;
*/

/* A way to have a caption span more than one image but not the whole bunch */
div.labelblock {
  display: inline-block;
}
/*
  vertical-align: top;
  object-fit: scale-down;
*/

img {
  border: 0;
  margin-left: auto;
  margin-right: auto;
}
/*
  text-align: center;
  display: block;
*/

li {
 margin: 0 2em ; /* IE 6 needs this because it ignores margin on ul */
}

p {
 margin: 1em 5% ;
}
/*
 margin: 1em 2em ;
*/

p.photo {
/*
 margin: 1em 2em ;
 margin-left: auto;
 margin-right: auto;
*/
 text-align: center;
}

p.footer {
 font-size: x-small;
 text-align: center;
}

table.photo {
 margin: 1em 2em ;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

ul {
 margin: 1em 2em ;
}

