.chyron {
    color: white;
    text-align: center;
    background: green;
    font-family: "Droid Sans", sans-serif;
    //font-weight: bold;
    font-size: larger;
}

.chyron a {
    color: yellow;
    //font-weight: bold;
    text-decoration: underline;
}