/* 
 * CSS for the GeneClust 'index.html' page
 */

ol.embedded {
    list-style-type: circle;
}

li.solaris {
    list-style-image: url(../images/solaris.gif);
}

li.osf {
    list-style-image: url(../images/osf.gif);
}

li.linux {
    list-style-image: url(../images/linux.gif);
}

li.unix {
    list-style-image: url(../images/unix.gif);
}

li.windows {
    list-style-image: url(../images/ms-windows.gif);
}

.reference {
    font-size: smaller;
}

.author {
    font-weight: bold;
}

.titlename {
    font-style: italic;
}

