﻿#file-list {
    width:100%;
}

#file-list ul {
    margin: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    margin-left:10px;
}

#file-list a {
    display: block;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    width:100%;
}

#file-list a:link, #file-list a:visited {
    color: #000000;
    text-decoration: none;
}

#file-list a:hover {
    background-color: #cccccc;
    color: #000000;
}
