p.align-left {
    text-align: left;
}

p.align-center {
    text-align: center;
}

p.align-right {
    text-align: right;
}

p.align-justify {
    text-align: justify;
}

span.underline {
    text-decoration: underline;
}

.fancyboxiframe,
.fancybox,
.morelink,
.downloadlink {
    text-decoration: none;
}


.fancyboxiframe:before,
.fancybox:before,
.morelink:before{
    content: '»';
}

a.orange {
    color: #E1622A;
}
a.blue {
    color: #007FB6;
}
a.yellow {
    color: #F1BA23;
}
