#galleryTexts a:hover {
    color: red;
    text-decoration: underline;
}

#galleryImages .floatimage {
    width: 110px;
    height: 145px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
}

#galleryImages .spacer {clear: both;}

#galleryImages .floatimage .imga {
    border: 2px solid red;
    display: block;
    width: 100px;
    height: 100px;

}
#galleryImages .floatimage .imga:hover {
    border: 2px solid orange;
}