/* Cascading Style Sheets for <http://nrw.usenetverwaltung.de/>
/* should be used to display the pages on screens
/* contact <webmaster@nrw.usenetverwaltung.de> for details
*/

body						{
							color:#000000;
							background-color:#f2f2f2;
							}

a:link						{
							color:#00007f;
							background-color:transparent;
							text-decoration:underline;
							}

a:visited					{
							color:#7f7faf;
							background-color:transparent;
							text-decoration:underline;
							}

a:hover						{
							color:#0000af;
							background-color:#e2e2e2;
							text-decoration:underline;
							}

a:active					{
							color:#0000ff;
							background-color:transparent;
							text-decoration:underline;
							}

h1							{
							text-align:center;
							}

p							{
							text-align:justify;
							}

address.foot				{
							text-align:right;
							}

img.foot					{
							text-align:left;
							}

p.navigation				{
							text-align:center;
							}

ul.inhalt					{
							list-style-type:circle;
							}

span.NGName					{
							font-weight:bold;
							}

span.NGTagline				{
							font-style:italic;
							}

div.NGCharta				{
							margin-left:50px;
							}

p.NGStatus					{
							text-align:right;
							}

span.NGUnmoderiert			{
							color:green;
							background-color:transparent;
							}

span.NGModeriert			{
							color:red;
							background-color:transparent;
							}

span.NGModAdresse			{
							
							}

span.PGPKeyProperty			{
							font-family:monospace;
							}