body { 
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     }

body {
     background: #585B40;
     }

a:link, a:visited, a:active {
     color:#D9C3B8;
     text-decoration:underline;
     font-weight:bold;
     }

a:hover {
     color:#C39388;
     text-decoration:none;
     font-weight:bold;
     }

.table-layout {
     border-collapse: collapse;
     }

p {
     margin-bottom: 12px;
     margin-top: 12px;
     }

.gal {
     border: 1px solid #000000;
     }

.title {
     border-bottom: 1px solid #513F3C;
     color: #513F3C;
     display: block;
     font-family: Times New Roman, Arial; 
     font-size: 13pt;
     font-variant: small-caps;
     font-weight: bold;
     letter-spacing: 7px;
     line-height: 11pt;
     padding-bottom: 5px;
     padding-top: 15px;
     text-align: center;
     width: 80%;
     }

.content {
     color: #513F3C;
     display: block;
     font-family: Times New Roman, Arial; 
     font-size: 9pt;
     font-weight: normal;
     letter-spacing: 1px;
     line-height: 12pt;
     padding-bottom: 3px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 7px;
     text-align: justify;
     width: 440;
     }
