Cascading Style Sheets for bullet lists:

NOTE: To make your list appear horizontally code this:    ul.nav li {display:inline;}


Lists:Default Styles

HTML or ASP.NET


<ul class="STAR_list">
<li> list item one </li>
<li> list item two </li>
<li> list item three </li>
<li> list item four  </li>
</ul>

CSS:


 #content ul.STAR_list li 
     { list-style:none; padding:15px 0px 1px 30px; margin:0px; 
             background-position: 0 .3em; 
             background: url(images/brownstar.gif) no-repeat; }   
 

Links:Class Styles

HTML or ASP.NET


<a href="" />
<asp:hyperlink runat="server" />

CSS

 
  #topArea a:link { text-decoration: none; color: #3333cc; } 
 #topArea a:visited { text-decoration: none; color: #333399; } 
 #topArea a:hover { text-decoration: underline; color: #3333cc;}
 #topArea a:active { text-decoration: none; color: #333399; } 
 
 

Right/Click and save this little star.  little brown star