/* Orthopaedic Outreach CSS Document */

ul 
{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

ul li 
{
	background-image: url(images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}

a {
	color: #000;}
	
a:link {
	color: #000;}
	
a:hover {
	text-decoration: none;}
