﻿#links ul {
        list-style-type: none;
        width: 90%
} 
#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}
#links li a { 
        display: block; 
        padding: 5px;
        text-decoration: none;
}
 * html #links li a {  /* make hover effect work in IE */
		width: 90%
}
#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        display: block;
        line-height: 125%; 
}
#links a span {
        line-height: 150%;
}