
/*TinyMCE Styles*/
.orange_text {
    color: rgb(255, 125, 0);
}

.orange_text a {
    color: rgb(255, 125, 0);
    text-decoration: none;
}

.orange_text a:hover {
    text-decoration: underline;
}
