a:link, a:active {
    color: #005A36;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:visited {
    color: #005A36;
    text-decoration: underline;
}
body {
	font-family:'Arial';
    font-size: 100%;
	background-color: #fff;
}
ul {
    list-style-image: url(bullet.svg);
}