/*
  Style sheet for Sniper Country detail pages - in the long run to replace all other style sheets
*/

body		{
	background:	#debd7b url(../graphics/brnpapr.gif) repeat;
        font:		11pt "Arial, Helvetica, Times New Roman";
	color:		#000000;
		}

h1		{
		}

div.head1	{
        text-align:	center;
        font:		24pt "Arial Black";
        color:		#000000;
        background:	#debd7b url(../graphics/brnpapr.gif) repeat;

		}

h2		{
		}

div.head2	{
        font: 		bold 14pt "Arial Black";
        color: 		#000000;
        background: 	#debd7b url(../graphics/brnpapr.gif) repeat;
        text-align: 	center;
		}

div.head3	{
        font: 		14pt "Arial Black";
        color: 		#000000;
        background: 	#debd7b url(../graphics/brnpapr.gif) repeat;
        text-align: 	center;
		}

div.posted	{
        text-align: right;
		}

div.reviewer	{
        font: 12pt "Arial Black";
		}

div.detail	{
        font: 12pt "Arial";
	text-align: justify;
		}

div.detailbold	{
        font: bold 12pt "Arial";
	text-align: justify;
		}

div.caption   {
        font: 10pt "Arial Black";
	color: #000099;
	text-align: center;
              }

div.paragraph {
        font: bold 12pt "Arial Black";
        color: #3333FF;
	background:	#debd7b url(../graphics/brnpapr.gif) repeat;
	text-align: left;
              }

div.highlight {
        font: bold 12pt "Arial Black";
        color: #FF0000;
	background:	#debd7b url(../graphics/brnpapr.gif) repeat;
	text-align: left;
              }

P		{
	text-indent: 7%;
	text-align:	justify;
		}

a:link		{
	color:		#009900;
	font: bold;
		}

a:visited	{
	color:		#990000;
		}
a:hover		{
	color:		red;
		}
a:active	{
	color:		#FF0000;
		}