body,table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
}

a:link { 
	color:#<?php echo "$dgr"; ?>; text-decoration:none; 
       }

a:visited { 
	color:#<?php echo "$dgr"; ?>; text-decoration:none;
          }

a:hover { 
	color:#<?php echo "$hgr"; ?>; text-decoration:underline;
        }

a:active { 
	color:#<?php echo "$hgr"; ?>; text-decoration:none;
         }

ul 	{
	list-style-image:url(../img/listbullet.gif); list-style-position:outside;
	}

/*
body { 
background-color:#<?php echo "$hintenpg"; ?> ; 
}
*/


