 H1, H2, H3 { color: blue; }
 a:link { text-decoration: underline; color: 55bbee; }
 a:visited { text-decoration: underline; color: 55bbee; }
 a:hover { text-decoration: underline; color: red; }
 a:active { text-decoration: underline; color: red; }
 .footnote { color: red; font-size: x-small; }
 .header { color: blue; font-size: large; }
 .normal { color: blue; }

body
{
 color: #3399cc;
 background-color: white;
 font-family: Helvetica, Arial, sans-serif;
}

.gallery a { border: 1px solid #999999; }
.gallery a:hover { border: 1px solid #ff0000; }
