body{
    
    font-family: arial, lucida console, sans-serif;
    color :  	#ffffff;
		margin-left: 75px;
		margin-right: 75px;
}
.beetlejuice{
		background-image: url('pictures/bgbeetlejuice.jpg');
		background-repeat: repeat;
}
.power{
		background-color: #000000;
}
.black{
		background-color: #000000;
}
.white{
		background-color: white;
}

img{
	border: 0px none;
	margin: auto
}
	
a:link{
    color : #ffffff;
    text-decoration : underline;
}


a:active{
    color : #ffffff;
    text-decoration : underline;
}

a:visited{
    color : #ffffff;
    text-decoration : underline;
}

a:hover{
    color : #000000;
		background-color: #ffffff;
    text-decoration : underline;
}

.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;
}

.centerh3{
	font-size: 150%;
	text-align: center;
}
