BODY
{
    text-align: center;
    background-color: black;
}
@font-face {
  font-family: IntroLight;
  src: url(./Intro_Light_Alt.otf);
}
@font-face {
  font-family: IntroBold;
  src: url(./Intro_Regular_Alt.otf);
}
@font-face {
  font-family: IntroBlack;
  src: url(./Intro_Black_Alt.otf);
}
P
{
    font-family: IntroLight;
    font-size: large;
    color: #F5F5F5;
}
P.bold
{
    font-family: IntroBold;
    font-size: x-large;
}
SPAN.black
{
    font-family: IntroBlack;
}
SPAN.gold
{
    font-family: IntroBlack;
    color: #CCA300;
}
A
{
    color:68D5FF;
}