/* ## Style Sheet for Dredd Pages ## */
/* ## overwrites fudge sheet ## */

/* ## General ## */
body	{background:#006;}
/* font-family, font-size, colour */
body,p,td,th,ul	{color:#f0f0f0;}

/* ## Headings ## */
h1,h2,h3,h4,h5	{color:#fc0;}
h1			{font-size:200%; text-align:center; margin:0px; font-family:Romeo, Arial Black, serif;}
h2			{background:#fc0; color:#669; clear:right;}
h4			{font-weight:bold;}

/* ## links ## */
a			{color:#ff9;}
a:visited	{color:#ffc;}
a:Active	{color:#ff0;}
a:Hover		{color:#ff0;text-decoration:none;}
a.fl		{color:#069;font-size:110%;}
a.pdf		{color:#f00;}

/* ## Table ## */
th	{background:#fc0; color:#669; border:1px #006 solid;}
td	{background:#669; border:1px #006 solid;}

/* ## Other ## */
em	{color:#c90;}
strong	{color:#c60;}

/* overwrites for nav at top and bottom of page */
.nv  {border:2px #fc3 solid;}

/* older pages */
#old h2	{background:#ccc;}

/* ## changes for printing ############################################### */
@media print
{	
}

/* ## end ## */