body{
    font-family: arial, "lucida console", sans-serif;
		margin-left: 75px;
		margin-right: 75px;
}

.miracle{
		background-image: url('pictures/miracle.jpg');
		background-repeat: repeat;
		color :  	#ffffff;
}

.miracle2{
		background-image: url('pictures/miracle2.jpg');
		background-repeat: repeat;
		color :  	#ffffff;
}

.wallnoise{
		background-image: url('pictures/wallnoise.jpg');
		background-repeat: repeat;
		color :  	#000000;
}

.black{
		background-color: #000000;
		color : #666666;
}

.white{
		background-color: #ffffff;
		color : #000000;
}

img{
	border: 0;
	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 : #383838;
    text-decoration : underline;
}

.wallnoise a:link{
    color : #000000;
    text-decoration : underline;
}

.wallnoise a:active{
    color : #000000;
    text-decoration : underline;
}

.wallnoise a:visited{
    color : #000000;
    text-decoration : underline;
}

.wallnoise a:hover{
    color : #383838;
    text-decoration : underline;
}

.black a:link{
    color : #666666;
    text-decoration : underline;
}

.black a:active{
    color : #666666;
    text-decoration : underline;
}

.black a:visited{
    color : #666666;
    text-decoration : underline;
}

.black a:hover{
    color : #383838;
    text-decoration : underline;
}

.white a:link{
    color : #000000;
    text-decoration : underline;
}

.white a:active{
    color : #000000;
    text-decoration : underline;
}

.white a:visited{
    color : #000000;
    text-decoration : underline;
}

.white a:hover{
    color : #383838;
    text-decoration : underline;
}

.boldcenter{
		font-weight: bold;
		text-align: center;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.list{
	list-style-type: disc;
}

.tabell{
	border : 2px solid #25383C;
}

.kursiv{
	font-style : italic;
}	

.centerh1{
	font-size: 250%;
	text-align: center;
}

.centerh2{
	font-size: 200%;
	text-align: center;
}
