
body {
    background-color: #FFF;
    text-color: #000;
    font-family: Verdana, Sans;
}

blockquote {
    background: #DDD;
    width: 90%;
    color: black;
    margin: 20px;
}

blockquote h1, h2, ul {
    margin-left: 30px;
}

.rounded:before {
    background: transparent url(top-right.png) scroll no-repeat top right;
    margin-bottom: -20px;
    height: 30px;
    display: block;
    border: none;
    content: url(top-left.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
}

.rounded:after {
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content:  url(bottom-left.png);
    margin: 0 0 -1px 0;
    height: 30px;
    background: white;
    background: transparent url(bottom-right.png) scroll no-repeat bottom right ;
    padding: 0;
}

table.tb { 
    margin: 30px; 
    padding: 0px; 
    border-spacing: 0px; 
}

tr.toprow { 
    background-color: #222; 
}

tr.row { 
    background-color: #f0f0f0; 
}

td { 
    padding: 4px 14px 4px 14px; 
    white-space: nowrap; 
    border-bottom: 1px solid #aaa; 
}

td.name { 
    width: 80%; 
    border: 0px; 
}

td.strike {
    text-decoration: line-through;
}

td.size, td.date { 
    border: 0px; 
    padding-left: 10px; 
}

td.right { 
    text-align: right;
}

a { 
    text-decoration: none; 
}

a:link, a:active { 
    color: #201070;
}

a:hover { 
    color: #201070;
    text-decoration: underline; 
}

a:visited { 
    color: #201070;
}

a.top { 
    color: #EEE; 
    font-weight: bold; 
}

a:hover.top, a:active.top { 
    text-decoration: underline; 
} 

p.back {
    color: #666; 
    text-align: right ;
    margin-left: 30px;
    margin-right: 30px;
}

p.back a:link, p.back a:hover, p.back a:active { 
    color: #666; 
    text-decoration: underline; 
}

p.back a, p.back a:visited { 
    color: #666; 
}


