p.left, h2.left, h3.left, li.left{
    text-align: left;
}
p.right, h2.right, h3.right, li.right{
    text-align: right;
}
p.center, h2.center, h3.center, li.center{
    text-align: center;
}
p.blue, h2.blue, h3.blue, li.blue{
    color: #006EB8;
}
p.gold, h2.gold, h3.gold, li.gold{
    color: #938b00;
}
p.occred, h2.occred, h3.occred, li.occred{
    color: #b13432;
}
p.occgreen, h2.occgreen, h3.occgreen, li.occgreen{
    color: #28a745;
}
p.orange, h2.orange, h3.orange, li.orange{
    color: #FF6319;
}
p.large, h2.large, h3.large, li.large{
    font-size: 2rem;
}
