body{
    
    font-family: arial, lucida console, sans-serif;
    color :  	#ffffff;
		margin-left: 75px;
		margin-right: 75px;
		background-color: #000000;
}

img{
	border: 0px none;
	margin: auto
}

a:link.sitelink{
    color : #ffffff;
    text-decoration : underline;
}

a:active.sitelink{
    color : #ffffff;
    text-decoration : underline;
}

a:visited.sitelink{
    color : #ffffff;
    text-decoration : underline;
}

a:hover.sitelink{
    color : #000000;
		background-color: #ffffff;
    text-decoration : underline;
}

a:link.imglink{
    color: #000000;
		background-color: #000000;
}

a:active.imglink{
		color: #000000;
		background-color: #000000;
}

a:visited.imglink{
    color: #000000;
		background-color: #000000;
}

a:hover.imglink{
    color: #000000;
		background-color: #ffffff;
		-moz-opacity:0.7;
		filter:alpha(opacity=70);
}

.boldcenter{
		font-weight: bold;
		text-align: center;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.underlinesize{
	font-weight: 600;
	font-size: 80%;
}

.list{
	list-style-type: disc;
}

.red{
	color : #ff0000;
}

.tabell{
	border : 2px solid #25383C;
}

.kursiv{
	font-style : italic;
}	

.scroll{
  margin : auto; 
	overflow : auto; 
	height : 400px;
	padding-right : 10px;
	padding-left : 10px;
}

.centerh1{
	font-size: 250%;
	text-align: center;
}

.centerh2{
	font-size: 200%;
	text-align: center;
}
