body {
  background-image: url(baby-background.jpg);
  background-attachment: fixed;
  text-align: center;
}

h1,h2,h3,td,a {
  font-family: "Comic Sans MS", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

h1,h2,h3,a { text-align: center; }

h1,td,a { color: magenta; }
h2 { color: violet; }
h3 { color: darkviolet; }

h1 { font-size: 60px; }
h2 { font-size: 32px; }
h3 { font-size: 16px; }
td { font-size: 16px; }
a { font-size: 32px; }

.photoindex p { font-family: "Comic Sans MS", sans-serif; color: magenta; font-size: 20px; }
.photoindex img { border: 0; }
.photoindex h2 { font-size: 20px; }
.photoindex .photos { margin: 10px auto; text-align: center; }
.photoindex .photos div { margin-left: auto; margin-right: auto; }
.photoindex .photos a { text-decoration: none; }
.photoindex .navbar-left { width: 15%; text-align: left; }
.photoindex .navbar-middle { width: 60%; text-align: center; }
.photoindex .navbar-right { width: 15%; text-align: right; }
.photoindex .links { border: 2px indigo solid; margin: auto; }
.photoindex .links td { margin: 3; padding: 3; border: 1px indigo solid; text-align: center; }

.options { margin: auto; }
