.headlinewrapper
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding-left:1em;
    padding-right:1em;
    margin-top:2em;
    margin-bottom: 20px;
    border-radius:8px;
}

.headlines li
{
    list-style:none;
    padding: 0 2px .6em 2px;
    color: red;
    display:list-item;
    text-decoration:none;
}

.headlines li a
{
    color: rgb(68, 68, 68);
}

.headlines a:link
{
    color:rgb(68,68,68);
    text-decoration: none;
}

.headlines li .sourcedatetype
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#008b8b;
    font-size: 12px;
}

.headlines ul
{
    padding-left: 10px;
}

.headlines ul li a:hover
{
    /*text-decoration: underline;*/
    border-bottom:thick;
    display:list-item;
}

.headlines a:hover, .headlines a:active, .headlines a:focus
{ /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: underline;
    border-bottom:thin;
    /*display:list-item;*/
}

.headlines .monthyear
{
    font-size:24px;
    color:#000000;
}

#newsletter .container .content header #branding a img
{
    max-width: 623px;
}

.headlines a {
    display: block;
    /*    margin-left: 5px;*/
}

.headlines a:hover{
    text-decoration:none;
}
.headlines li {
    padding-bottom: 0px;
    /*margin: 5px;*/
    margin-bottom: 5px;
}

.headlines li:hover{
    text-decoration:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.headlines li:hover{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color:pink;
}
.headlines li .sourcedatetype:hover {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color:blue;
}

.headlines a:hover {
    text-decoration: none;
}
