a:link
{
  text-decoration: none;
  color: #0000CC;
}
a:visited
{
  text-decoration: none;
  font-style: italic;
}
a:hover
{
  text-decoration: overline underline;
  color: #8080FF; background: #DFD9CD;
}
a:active 
{
  text-decoration: none;
  font-weight: bold;
  color: #0000FF; background: #FF9900;
}
a:hover.img
{
  text-decoration: none;
  color: none; background: none;
}
body {
  background-image: url('puffin_bgnd.jpg');
}
h1 {
  font-size:24pt;
}
h2 {
  font-size:18pt;
}
table {
  font-size:12pt;
}
{
  font-size:12pt;
}



