a:hover {
    color: #800000;
    text-decoration: none;
}

a {
    color: blue;
    text-decoration: none;
}

body {
    background-color: #c0c0c0;
}
 
td.banner {
    background-color: #a0a0a0;

    padding-bottom: 5px; 

    color: #800000; 
    text-indent: 2%; 
    vertical-align: bottom;
    font-weight: bold;
    font-size: 24pt;
    font-style: italic;

    width: 800px;
    height: 180px;

    background-image: url(PicsBanner.jpg);
    background-repeat: no-repeat;
}

td.navigation {
    background-color: #a0a0a0;

    border-top: thin groove;
    border-bottom: thin groove;

    font-weight: bold;
    text-align: left;

    width: 800px;
}

td.content {
    border-bottom: thin groove;

    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 5px;

    text-align: left;
    vertical-align: top;

    width: 790px;
}

table.favoritesList {
    width: 95%;
}

td.favoritesList {
    border: thin solid darkgray;
    vertical-align: top;
    width: 50%;
}

th.favoritesList {
    border: thin solid darkgray;
    text-align: center;
}

table.videoList {
    width: 99%;
}

th.videoList {
    border: thin solid darkgray;
    text-align: center;
}

td.videoListAction {
    border-bottom: thin solid darkgray;
    border-right: thin solid darkgray;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 5px;
}

td.videoListFile {
    border-bottom: thin solid darkgray;
    border-right: thin solid darkgray;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 5px;
}

td.videoListSizeDate {
    border-bottom: thin solid darkgray;
    border-right: thin solid darkgray;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    padding-right: 5px;
}

td.videoListDescr {
    border-bottom: thin solid darkgray;
    vertical-align: top;
}

p.copyright {
    vertical-align: bottom;
    text-align: center;
    font-size: smaller
}
