@charset "UTF-8"; body { font: 10px Arial, Helvetica, sans-serif; text-align: center; background-color: white; color:#777777; font-weight: bold; } #caption { text-align: center; padding-top: 30px; padding-bottom: 30px; } #wrapper { text-align: center; padding-top: 30px; padding-right: 30px; padding-left: 30px; padding-bottom: 30px; } /** text **/ .bgrey10paintingcaptions{ color:#777777; text-align:center; font: 11px Arial, Helvetica, sans-serif; font-weight: bold; } /** links **/ a:link { color: #000000; text-decoration: none; } a:visited { text-decoration: none; color: #000000; } a:hover { text-decoration: underline; color: #000000; } a:active { text-decoration: none; color: #000000; } /** grey painting links **/ a.medium:link { color:#777777;font-weight: bold; text-decoration: none; font-size: 11px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; } a.medium:visited { color:#777777; font-weight: bold; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } a.medium:hover { color:#777777; font-weight: bold; text-decoration: underline; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } a.medium:active { color:#777777; font-weight: bold; text-decoration: underline; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }