

/**umb_name:h1*/
h1 {
}

/**umb_name:h2*/
h2 {
}

/**umb_name:h3*/
h3 {
}

/**umb_name:Gr�n*/
.ColorForestGreen {
	color: #0c8d1b;
}

/**umb_name:Bl�*/
.ColorBlue {
	color: blue;
}

/**umb_name:R�d*/
.ColorRed {
	color: red;
}

/**umb_name:Hivd*/
.ColorWhite {
	color: white;
}

/**umb_name:Mindst*/
.SmallestLetters {
	font-size: 0.625rem;
}

/**umb_name:Mindre*/
.SmallerLetters {
	font-size: 0.75rem;
}

/**umb_name:Lille*/
.SmallLetters {
	font-size: 0.75rem;
}

/**umb_name:Normal*/
.NormalLetters {
	font-size: 1rem;
}

/**umb_name:Stor*/
.LargerLetters {
	font-size: 1.125rem;
}

/**umb_name:St�rre*/
.LargeLetters {
	font-size: 1.5rem;
}

/**umb_name:St�rst*/
.HugeLetters {
	font-size: 1.75rem;
}

/**umb_name:Bl� baggrund*/
.blueBackground {
	background-color: blue;
}

/**umb_name:Gr�n baggrund*/
.greenBackground {
	background-color: #0c8d1b;
}

/**umb_name:R�d baggrund*/
.redBackground {
	background-color: red;
}

/**umb_name:Gul baggrund*/
.yellowBackground {
	background-color:yellow;
}
