@charset "UTF-8";
/* CSS Document */

ul.newsdisplay
{
list-style:none;
float: left;
}
ul.newsdisplay li
{
display: inline;
float: left;
width: 182px;
padding:20px;
background-color: #f5fdfe
}
ul.newsdisplay li h3
{
text-transform:uppercase;
color: #ad3040;
margin-bottom: 5px;
font-weight: normal;
}
ul.newsdisplay li a
{
color: #ad3040;
text-decoration: none;
}
ul.newsdisplay li h3 a:hover, ul.newsdisplay li h3 a:focus 
{
color: #000;
}
.headingnav a img
{
vertical-align:middle;
margin-top: -3px;
}
ul.newsdisplay li span
{
line-height: 1.4em;
}
