/*
  Style sheet for Sniper Country Training detail pages

*/

body          {
        background: url(../graphics/BG5.jpg) #000000;
        color: #FFFBF0;
              }

div.head1     {
        text-align: center;
        font: 24pt "Arial Black";
        color: #FFFF00;
        background: url(../graphics/BG5.jpg) #000000;
              }

div.head2     {
        font: bold 14pt "Arial Black";
        color: #FFFF00;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: center;
              }

div.head3     {
        font: 14pt "Arial Black";
        color: #FFFF00;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: center;
              }

div.posted    {
        background: url(../graphics/BG5.jpg) #000000;
        text-align: right;
              }

div.reviewer  {
        background: url(../graphics/BG5.jpg) #000000;
        font: "Arial Black";
              }

div.detail    {
        background: url(../graphics/BG5.jpg) #000000;
        font: 12pt "Arial, Helvetica";
        text-align: justify;
              }

div.caption   {
        background: url(../graphics/BG5.jpg) #000000;
        font: 10pt "Arial";
        color: lime;
              }

div.paragraph {
        font: bold 12pt "Arial,Helvetica";
        color: #FF0000;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: left;
              }

div.highlight {
        font: bold 12pt "Arial,Helvetica";
        color: Lime;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: left;
              }

div.spechead {
        font: 14pt "Arial Black";
        color: #FFFFFF;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: center;
              }

div.specdet  {
        font: 12pt "Arial,Helvetica";
        color: #FFFFFF;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: right;
              }

div.specdetail {
        font: 12pt "Arial,Helvetica";
        color: #FFFFFF;
        background: url(../graphics/BG5.jpg) #000000;
        text-align: left;
              }

P             {
        text-indent: 7%
              }

a             {
        font: bold 12pt "Arial Black";
              }

a:link        {
        color: #33FF33;
              }
a:visited     {
        color: #66FFFF;
              }
a:hover       {
        color: purple;
              }
a:active      {
        color: #FF0000;
              }
