/*
  Style sheet for Sniper Country Articles detail pages
*/

body          {
        background: url(../graphics/Article_BG.gif) white;
	color: #000000;
              }

div.head1     {
        text-align: center;
        font: 24pt "Arial";
        color: #3333FF;
        background: url(../graphics/Article_BG.gif) white;
              }

div.head2     {
        font: bold 14pt "Arial";
        color: #3333FF;
        background: url(../graphics/Article_BG.gif) white;
        text-align: center;
              }

div.head3     {
        font: 14pt "Arial";
        color: #3333FF;
        background: url(../graphics/Article_BG.gif) white;
        text-align: center;
              }

div.posted    {
        text-align: right;
              }

div.reviewer  {
        font: 12pt "Arial";
              }

div.detail    {
        font: 12pt "Arial";
	text-align: justify;
              }

div.caption   {
        font: 10pt "Arial";
	color: #000099;
	text-align: center;
              }

div.captionleft   {
        font: 10pt "Arial";
	color: #000099;
	text-align: left;
              }

div.captionright   {
        font: 10pt "Arial";
	color: #000099;
	text-align: right;
              }

div.captionfull    {
        font: 10pt "Arial";
	color: #000099;
	text-align: justify;
              }

div.paragraph {
        font: bold 12pt "Arial";
        color: #3333FF;
        background: url(../graphics/Article_BG.gif) white;
	text-align: left;
              }

div.subparagraph {
        font: bold 12pt "Arial";
        color: #993366;
        background: url(../graphics/Article_BG.gif) white;
	text-align: left;
              }

div.highlight {
        font: bold 12pt "Arial";
        color: #FF0000;
        background: url(../graphics/Article_BG.gif) white;
	text-align: left;
              }

div.highlightcenter {
        font: bold 12pt "Arial";
        color: #FF0000;
        background: url(../graphics/Article_BG.gif) white;
	text-align: center;
              }

P             {
	text-indent: 7%
              }

a             {
        font: bold 12pt "Arial";
              }

a:link        {
	color: #009900;
/*        background: url(../graphics/Article_BG.gif) white; */
              }
a:visited     {
	color: #FF6600;
/*        background: url(../graphics/Article_BG.gif) white; */
              }
a:hover       {
	color: yellow;
/*        background: url(../graphics/Article_BG.gif) white;  */
              }
a:active      {
	color: #FF0000;
/*        background: url(../graphics/Article_BG.gif) white;  */
              }
