
a:link{
    font-size: 10pt;
    color: gold;
    text-decoration: none;
    font-style: italic;
}

a:active{
    font-size: 10pt;
    color: blue;
    text-decoration: none;
    font-style: italic;
}

a:visited{
    font-size: 10pt;
    color: white;
    text-decoration: none;
    font-style: italic;
}

.ital{
    text-style: italic;
    text-decoration: none;
}

.editor{
    color: white;
    font-size: 10pt;
    font-style: italic;
}

.filmTitle{
    background: black;
    color: gold;
    font-size: 10pt;
    font-style: italic;
}

.filmType{
    background: black;
    color: red;
    font-size: 10pt;
}

.filmTypeBond{
    background: #7777ff;
    color: black;
    font-size: 10pt;
}

.filmTypeHorror{
    background: #ff0000;
    color: black;
    font-size: 10pt;
}

.filmTypeComedy{
    background: yellow;
    color: black;
    font-size: 10pt;
}

.filmTypeDrama{
    background: silver;
    color: black;
    font-size: 10pt;
}

.filmTypeSciFi{
    background: green;
    color: black;
    font-size: 10pt;
}


.filmTypeThriller{
    background: purple;
    color: yellow;
    font-size: 10pt;
}

.filmTypeMusic{
    background: black;
    color: white;
    font-size: 10pt;
}

.filmTypeAction{
    background: black;
    color: yellow;
    font-size: 10pt;
}

.filmTypeFantasy{
    background: #ffaaaa;
    color: black;
    font-size: 10pt;
}

.filmCast{
    background: black;
    color: gold;
    font-size: 10pt;
}


.filmRating{
    background: black;
    color: gold;
    font-size: 10pt;
    font-style: italic;
}

.filmFeatures{
    background: black;
    color: white;
    font-size: 10pt;
    font-style: italic;
}