@import url(css/category.css);
#content ul {
    margin-bottom : 2em;
}
#content ul li {
    margin-left     : 2.0em;
    list-style-type : square;
    line-height     : 2;
}
#content ul li a {
    text-decoration : underline;
}
#content ul li a:hover {
    color : #c00;
}
