A:link
{ text-decoration: none; color: #993333; }

A:visited
{ text-decoration: none; color: #993333; }

A:hover
{ text-decoration: underline; color: #993333; }


body  
{ background-image: url(bilder/bg.gif);
  background-attachment: fixed;
  font-family: Verdana;
  color: #000000; 
  font-size: x-small;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 210px;
}


#left {
  position: absolute;
  left: 115px;
  top: 260px;
  width: 200px;
}

#center {
  position: absolute;  top: 260px;
  margin-left: 170px;  width: 600px;
}



.code {
	margin:0px; 
	padding:6px; 
	border:0px inset; 
	width:400px;
	overflow:auto
}