li {
list-style-position: outside;
list-style-image: url("../images/gold-bullet.jpg");
padding-left: 10px;
line-height: 25px; 
} 

a {color: 	#CCCC33; background: black; text-decoration: none;}
a:hover {color: yellow; background: maroon; text-decoration: none;}

hr {
color: yellow;
background-color: yellow;
border: 0;
height: 1px;
}








