body  {
	line-height: 1.2em;
	font: 14px Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	margin: 0; 
	text-align: center;
	color: #000000;
	background:#fff url(../bilder/bakgrund.jpg) repeat-y top center;
}
	
#container { 
	margin: 0 auto;
	text-align: left;
	height: 100%;
	width: 900px;
}

a:link {
color: #00539f;
text-decoration: none;
}

a:visited {
color: #00539f;
text-decoration: none;
}

a:active {
color:#EE2458; 
text-decoration: none;
}

a:hover {
color: #EE2458; 
text-decoration: underline;
}	



.dotted
{
border-bottom: 1px dotted #eee;
}


