.orange_text {
color: #FF3300;
}

.black_text {
color: #000;
}

.large_text {
font-size: 1.3em;
line-height: 1.2em;
}

.medium_text {
font-size: 1.1em;
line-height: 1.2em;
}

.small_text {
font-size: 0.8em;
line-height: 1em;
}
