div#announce_list
{
}

div#announce_list a
{
display:  block;
width: 200px;
border: solid 1px #004C7F;
margin-top: 16px;
padding: 8px 0px 8px 8px;
text-decoration: none;
border: solid 1px  #004C7F;
overflow: hidden;
font-size: 14px;
font-weight: 300;
line-height: 16px;
color: #000;
}

div#announce_list a span
{
display:  block;
width: 200px;
font-size: 24px;
line-height: 24px;
font-family: 'Open Sans Condensed';
font-weight: bold;
background: #004C7F;
color: #FFF;
padding: 4px;
margin-left: -8px;
margin-top: -8px;
margin-bottom: 8px;
text-transform: lowercase;
}

div#announce_list a:hover
{
text-decoration: underline;
}
