﻿.Name {
    font-weight: bold;
}

#PhotoFolder {
    /*padding: 10px;*/
}

#Instructions_Dark {
    font-family: Arial;
    font-size: 100%;
    color: navy;
    padding-left: 10px;
}

#Instructions_Light {
    font-family: Arial;
    font-size: 100%;
    color: white;
    padding-left: 10px;
}

#PhotoGallery {
}

    #PhotoGallery .Caption {
        text-decoration: underline;
        font-weight: bold;
    }

    #PhotoGallery .Body {
        background-color: #F3F7F8;
        border: 1px solid #5C1F00;
        border-radius: 10px;
        padding: 5px;
    }