/*
  Style sheet for Sniper Country Book and Videotape Reviews detail pages
*/

body          {
        background: #FFFFCC url(../graphics/Review_BG.gif) repeat;
	color: #000000;
              }

div.head1     {
        font: 24pt "Arial Black";
        color: #CC0000;
        background: #FFFFCC url(../graphics/Review_BG.gif) repeat;
        text-align: center;
              }

div.head2     {
        font: bold 14pt "Arial Black";
        color: #CC0000;
        background: #FFFFCC url(../graphics/Review_BG.gif) repeat;
        text-align: center;
              }

div.head3     {
        font: 14pt "Arial Black";
        color: #3366FF;
        background: #FFFFCC url(../graphics/Review_BG.gif) repeat;
        text-align: center;
              }

div.posted    {
        text-align: right;
              }

div.reviewer  {
        font: 12pt "Arial Black";
              }

div.detail    {
        font: bold 12pt "Arial,Helvetica";
	text-align: justify;
              }

div.caption   {
        font: 10pt "Arial Black";
	color: #000099;
	text-align: center;
              }

div.paragraph {
        font: bold 12pt "Arial Black";
        color: #3333FF;
        background: #FFFFCC url(../graphics/Review_BG.gif) repeat;
	text-align: left;
              }

div.highlight {
        font: bold 12pt "Arial Black";
        color: #FF0000;
        background: #FFFFCC url(../graphics/Review_BG.gif) repeat;
	text-align: left;
              }

P             {
	text-indent: 7%
              }

a             {
        font: bold 11pt "Arial Black";
              }

a:link        {
	color: #0000EE;
              }
a:visited     {
	color: #551A8B;
              }
a:hover       {
	color: green;
              }
a:active      {
	color: #FF0000;
              }
