﻿div.newsListModule ul.newsList li a { 
	color: #FFC015;
   	font-style: normal;
	font-size: 1.25em;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
}

div.newsListModule ul.newsList li a:hover {
	color: #FF8727;
}

div.newsListModule ul.newsList li {
    background-image: url(../images/standard/arrowsmall.png);
    background-position:  left top;
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-position:outside;
    margin-top: 15px;
}
