﻿#photoCaption { display: none; visibility: hidden; }

.newsLink { font-size: small; font-weight: bold; } 
.newsLink { text-decoration: none; color: Gray; }
a:link.newsLink { text-decoration: none; color: Gray; }
a:visited.newsLink { text-decoration: none; color: Gray; }
a:hover.newsLink { text-decoration: underline; cursor: hand; }

