﻿/* Styles that apply to page content. */

/* Block element that displays a photo. */
.picBox
{
    border-top: #006c9b 1px dashed;
    border-right: #006c9b 1px dashed;
    border-left: #006c9b 1px dashed;
    border-bottom: #006c9b 1px dashed;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #ffffff;
}
