@charset "UTF-8";
.Rubrik {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: bold;
	font-style: oblique;
}
.RubrikMellan {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
}
.RubrikLiten {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
}
.Liten {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.RedBig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
