
.linkBox { border: groove 1pt silver }
a:link { color: silver; text-decoration: none }
a:visited { color: silver; text-decoration: none }
a:hover { color: silver; text-decoration: underline }
.blueLink a:link { color: blue; text-decoration: none }
.blueLink a:visited { color: blue; text-decoration: none }
.blueLink a:hover { color: blue; text-decoration: underline }
.greyBox  { border-right: 1pt ridge gray; border-bottom: 1pt ridge gray }
