

/**umb_name:Light*/
.light-text {
	color: white;
}

.light-text a {
	color: white;
}

/**umb_name:Dark*/
.dark-text {
	color: #303030;
}

.dark-text a {
	color: #303030;
}

/**umb_name:h2*/
h2 {
	font-size: 28px;
	font-weight: bold;
}

/**umb_name:h3*/
h3 {
	font-size: 22px;
	font-weight: bold;
}
/**umb_name:Large*/
.large-text {
	font-size: 24px;
}

/**umb_name:Medium Large*/
.medium-large-text {
	font-size: 20px;
}

/**umb_name:Small*/
.small {
	font-size: 12px;
}

p:last-of-type {
	margin-bottom: 0px;
}
