body {
  background-color:#000000;
	margin-left:8px; 
	margin-top:8;
  scrollbar-face-color:#333333;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-3dlight-color:#cccccc;
  scrollbar-arrow-color:#999999;
  scrollbar-track-color:#333333;
  scrollbar-darkshadow-color:#cccccc;
  background-color:#333333;
	}

form,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br,legend { 
	font-family:Verdana,Arial,sans-serif; 
	}

h1 { 
	font-size:24pt; 
	color:#ccc; 
	}

h2 { 
	font-size:14pt; 
	color:#ccc; 
	}

h3 { 
	font-size:12pt; 
	color:#ccc; 
	}

h4 { 
	font-size:10pt; 
	color:#ccc; 
	}

p,ul,ol,li,div,td,th,address,nobr,b,i { 
	color:#ccc; 
	font-size:10pt; 
	}

a:link { 
	color:#999; 
	text-decoration:dashed; 
	font-weight: bold; 
	}
	
a:visited { 
	color:#999; 
	text-decoration:none; 
	font-weight: bold; 
	}
	
a:active { 
	color:#999; 
	text-decoration:none; 
	font-weight: normal; 
	}

a[href^="http:"] {
	background: transparent url('img/extlink.gif') 100% 50% no-repeat;
	padding-right: 10px;
	}

a[href^="http://lajos.de"], a[href^="http://www.lajos.de"] {
  background: transparent;
  padding-right: 0px;
	}

fieldset {
	border:1px solid #999;
  padding:15px; 
	width:600px;
	background-color:#222;
	}

legend {
	color:#ccc;
	font-size:20pt;
	font-weight:bold;
	}

input, textarea {
	border: #000000 1px ridge;
	background-color:#ccc;
	}

input.button {
	background-color:#666;
	margin:3px;
	color:#ccc;
	font-size:11pt;
	font-weight:bold;
	}
	
a.tighturl-link {
  color:#ff0;
  font-weight:bold;
  }
  
.tighturl-code {
  color:#ffc;
  }