@font-face {
  font-family: "Avenir Book";
  src: url(https://www.spriggan.org/font/Avenir_Book.ttf);
}
@font-face {
  font-family: "Avenir Book Oblique";
  src: url(https://www.spriggan.org/font/Avenir_Book_Oblique.ttf);
}
@font-face {
  font-family: "Avenir 45 Book";
  src: url(https://www.spriggan.org/font/Avenir_45_Book.ttf);
}
@font-face {
  font-family: "Avenir 85 Heavy Oblique";
  src: url(https://www.spriggan.org/font/Avenir85Heavy_Oblique.ttf);
}
@font-face {
  font-family: "Avenir 95 Black";
  src: url(https://www.spriggan.org/font/Avenir95Black.ttf);
}
@font-face {
  font-family: "Avenir Light Black";
  src: url(https://www.spriggan.org/font/AvenirLTStd-Black.otf);
}
@font-face {
  font-family: "Avenir Light Book";
  src: url(https://www.spriggan.org/font/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: "Avenir Light Roman";
  src: url(https://www.spriggan.org/font/AvenirLTStd-Roman.otf);
}

h1 {
  font-family: "Avenir 85 Heavy Oblique", "Century Gothic", sans-serif;
  font-weight:bold;
  font-style:normal;
}
h2 {
  font-family: "Avenir Book Oblique", "Century Gothic", sans-serif;
  font-weight:bold;
  font-style:normal;
}
h3 {
  font-family: "Avenir Light Book", "Century Gothic", sans-serif;
  font-weight:bold;
  font-style:normal;
}
a:link 
{
  color: aquamarine; 
  text-decoration: underline; 
}
a:visited 
{
  color: green; 
  text-decoration: none; 
}
a:hover, a:active 
{
  color: silver; 
  text-decoration: underline; 
}

BODY{   color: lime; 
  font-family: "Avenir Book", "Century Gothic", sans-serif;   background-color: black;   margin: 0px;}.MAINPAGE{    WIDTH=563;    HEIGHT=414;    BACKGROUND-ATTACHMENT: fixed;    BACKGROUND-IMAGE: url(../images/body/spriggan_03.gif);    BACKGROUND-REPEAT: no-repeat;    BACKGROUND-COLOR: transparent;}.SUBPAGE{    WIDTH=563;    HEIGHT=414;    BACKGROUND-ATTACHMENT: fixed;    BACKGROUND-IMAGE: url(../images/body/spriggan_00.gif);    BACKGROUND-REPEAT: no-repeat;    BACKGROUND-COLOR: transparent;}
.MAINSMALL
{
    WIDTH=563;
    HEIGHT=414;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: transparent;
    font-size: small;
} 
.COPYPROVIDER
{
    WIDTH=563;
    HEIGHT=414;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: transparent;
    font-size: x-small;
} 