﻿
.Vetites a:link {
    color: #222222;
    text-decoration: none;
}

.Vetites a:visited {
    color: #222222;
    text-decoration: none;
}

.Vetites a:hover {
    color: #ffffff;
    text-decoration: none;
}

.Vetites a:active {
    color: #222222;
    text-decoration: none;
}

.FilmTitle {
    color: #ffffff;
    background-color: #666666;
    padding: 10px;
}

.Label {
    color: #333333;
    text-align: right;
    width: 25%;
    vertical-align: top;
    padding: 5px;
}

.Data {
    background-color: #ffffff;
    color: #666666;
    width: 75%;
    padding: 5px;
}

/* Mozimusor */
ul.Vetites {
    color: #222222;
}

    ul.Vetites a {
        color: #222222;
        text-decoration: none;
    }

        ul.Vetites a:hover {
            color: #ffffff;
        }
