body{
	background-image:url(../bilder/layout/back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
 
A:link{
	color: red;
	text-decoration: none;
	font-size: 15pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

A:visited{
	color: red;
	text-decoration: none;
	font-size: 15pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

A:hover{
	color: blue;
	text-decoration: none;
	font-size: 15pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

A:active{
	color: black;
	text-decoration: none;
	font-size: 15pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}


.rubrik{
	color: black;
	font-size: 45pt;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 5px;
	text-align: center;
}

.underrubrik{
	color: black;
	font-size: 30pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.vanligrubrik{
	color: black;
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.fattext{
	font-weight:bold;
}

.normaltextcenter{
	color: black;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.underline{
	text-decoration: underline;
}

.normaltext{
	color: black;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
}

.bildtext{
	color: black;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}

