div.pageapp ul {
    font-size: 12px;
}
div.pageapp ul li {
    margin: 0;
    list-style-position: inside;
}
div.pageapp ul li a {
    font-size: 12px;
    font-weight: bold;
}
#ticker-container {
    font-size: small;
    overflow: hidden;
    position: relative;
    height: 200px
}
#ticker {
    position: relative;
    height: 100%;
}
#ticker ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ticker ul > li {
    display: list-item;
}
#ticker ul li a {
    font-weight: bold;
    margin-top: .5em;
}
#sitenews {
    padding: 1em;
}

