* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background-color: #FFFFFF;
    font-family: verdana, sans-serif;
    font-size: 12px;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}
a, a:link, a:visited {
    color: #00BB00;
    text-decoration: none;
}
a:hover, a:active {
    color: #006600;
    text-decoration: none;
}
th, td {
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}
li {
    margin-left: 30px;
}



.directory {
    font-weight: bold;
}
.type {
    text-align: center;
    width: 28px;
}
.name {
    text-align: left;
}
.size {
    text-align: right;
    width: 85px;
}
.modified {
    text-align: left;
    width: 120px;
}
.center {
    text-align: center;
}



#main {
    width: 746px;
    margin-left: auto;
    margin-right: auto;
}
#footer {
    margin-top: 20px;
    text-align: center;
}
#description {
    padding: 5px;
}
#description div {
    margin-bottom: 15px;
}
#actions {
    float: right;
    text-align: right;
    margin: 10px 10px 0px 10px;
}
#actions a {
    float: left;
    width: 240px;
}
#file_list {
    border: 1px solid #000000;
    margin: 2px auto 2px auto;
    width: 720px;
}
#file_list th, #file_list td {
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
#file_list th {
    height: 18px;
    font-size: 14px;
}
#file_list td {
    background-color: #F8F8F8;
}
#file_list tr:hover td {
    background-color: #F0F0F0;
}
#file_list a, #file_list a:link, #file_list a:visited {
    color: #006600;
}
#file_list a:hover, #file_list a:active {
    color: #00BB00;
}
#list_head, #list_foot {
    background-color: #E5E5E5;
}
#copyright {
}
#page_time {
    font-size: 10px;
    font-style: italic;
}