body {
  font-family:sans-serif;
  background:#C6DEF4 url(../images/glorp/bluenoisebg.gif) fixed repeat center top;
  }

a:link {
  color:#800;
  text-decoration:none;
  }
a:visited {
  color:#600;
  text-decoration:none;
  }
a:hover {
  color:#e20;
  }

.imgCount {
  font-size:60%;
  }

.galleryTitleShort {
  font-size:300%;
  font-family:serif;
  }

.galleryTitleLong {
  font-size:100%;
  font-family:serif;
  }

.photoCaptionTop {
  font-size:200%;
  }

.photoCaptionBot {
  font-size:150%;
  }

.navPath {
  text-align:left;
  font-size:60%;
  }

.footerNavBar{
  text-align:center;
  font-size:80%;
  }

.edit {
  font-size:11;
  border:1px solid #2a4;
  color: #07a;
  }


a.edit {
  font-size:11;
  border:1px solid #2a4;
  color: #07a;
  padding-left:2px;
  padding-right:2px;
  }

a.edit:hover {
  font-size:140%;
  color:red;
  border:1px solid #0d0;
  border-color:red;
  background:#cce url(xxx/images/glorp/bluebg.png) fixed repeat center top;
  }

