.uk-h1, h1 {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #fff;}

.uk-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.uk-block-muted {
    background: #07d;}
.cen {
         font-size: 11px;
    text-align: center;
    color:white;
}
em {
    color: black;
}

blockquote {
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: normal !important;
}

.uk-link, a {

    color: green;
    text-decoration: underline;

}

.uk-link:hover, a:hover {
    color: red;}

.hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 15px;
    border: 0;
    border-top: 2px solid #0077DD;
}