// general stylesbody {   background: #ffffff;   font-family: Arial, san-serif;   font-size: 9pt;   font-color: #555555;   padding: 5px;   margin: 0;}#thumbnailRow {   background: #ffffff;   width: 600px;   height: 90px;}img.thumbnail {   border-color: #555555;   border-width: 2px;   border-style: solid;   width: 100;   height: 75;   margin: 5px;   padding: 0;}img.large_h {   border-color: #000000;   border-width: 2px;   border-style: solid;   width: 451;   height: 299;   padding: 0;}img.large_v {   border-color: #000000;   border-width: 2px;   border-style: solid;   width: 288;   height: 435;   padding: 0;}#photoRow {   width: 600px;   height: 445px;   margin-top: 0;   margin-bottom: 0;   margin-left: 5px;   margin-right: 5px;   padding: 0;   text-align: center;}span.title_h {   width: 600px;   height: 1.5em;   margin-top: 5px;   font-size: 13pt;   font-weight: bold;   text-align: center;   float: left;}span.description_h {   width: 600px;   height: 50px;   margin-top: 5px;   float: left;}span.title_v {   width: 310px;   height: 4em;   font-size: 13pt;   font-weight: bold;   text-align: center;}span.description_v {   width: 310px;   height: 350px;   margin-left: 5px;}// Linksa {   text-decoration: none;}a:link, a:visited {    border-color: #555555;}a:hover, a:active {    border-color: #000000;}