/* Add here all your CSS customizations */

.color-red{
    color: red !important;
}
.color-blue{
    color: dodgerblue !important;
}

.color-green{
    color: green !important;
}

.color-yellow{
    color: #ffdf20 !important;
}

.color-brown{
    color: rosybrown !important;
}

.color-orange{
    color: #bc8551 !important;
}
.shadow{
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
}
.marked-text{
    background: #ffff00;
    font-weight: bold;
}


    .ticker1 {
        background-color: #0087C4;
        color: #ffffff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 24px;
        padding-top: 1px;
    }
.ticker2 {     background-color: #69BAD0;    color: #ffffff;    font-family: Verdana,Arial,Helvetica,sans-serif;    font-size: 11px;    line-height: 24px;    padding-top: 1px;}
.ticker3 {     background-color: #5CB036;    color: #ffffff;    font-family: Verdana,Arial,Helvetica,sans-serif;    font-size: 11px;    line-height: 24px;    padding-top: 1px;}

    .ticker4 {
        background-color: #B37E7F;
        color: #ffffff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 24px;
        padding-top: 1px;
    }
.ticker11 {background-color: #0087C4;    color: #ffffff;    font-family: Verdana,Arial,Helvetica,sans-serif;    font-size: 11px;    line-height: 24px;    padding-top: 1px;}

.notices{
    font-weight: bold;



    text-align: center;



}

#noticeBoard{
    background-color: #3a6717;
    border: solid 8Px #ae8c66;
    text-align: center;

    font-family:  cursive;

}

#noticeBoard a{
    color: #e1e1e1;;
    font-family: cursive;
}

#noticeBoard a:hover{
    color: #e1e1e1;;
    font-family:  cursive;
    text-decoration: wavy;
}


