body {background-repeat: repeat-y;
	background-image: url(../bilder/spacer.gif);
	background-color: gray;

	font-family: Verdana, sans-serif;
	margin:0;
	color: white;}

A { color: white;
	font-size: 12px; 
	font-weight: bold; 
	font-style:italic; 
	text-decoration: none}


A:visited {text-decoration: none;}


A:active { color: red;}

A:hover {  text-decoration: underline;}

ul {list-style: square;
	position: absolute;
	left:-10px;
	top:100px}


