/**
this file contains css for Movies
*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFEE;
    text-align: center;
    font-family: arial, sans serif;
    font-size: small;
    color: #000000;
    
}

.backlinkmain {
    text-align: center;
    font-size: small;
    font-family: arial, sans serif;
   
   
}

a.toulinktext:link {color: #ffd700;}
a.toulinktext {color: #ffd700;}
a.toulinktext:visited {color: #ffd700;}
a.toulinktext:focus {text-decoration: none; background-color: #FFFFEE; color: #ffd700; }
a.toulinktext:hover { text-decoration: none; background-color: #FFFFEE; color: #ffd700;}

a.toulinktextDark {
    text-align: center;
    font-size: x-small;
    color: #ffd700;
}

a.toulinktextDark a:link {color: #ffd700;}
a.toulinktextDark a: {color: #ffd700;}
a.toulinktextDark a:visited {color: #ffd700;}
a.toulinktextDark a:focus {text-decoration: none; background-color: #FFFFEE; color:#ffd700; }
a.toulinktextDark a:hover { text-decoration: none; background-color: #FFFFEE; color:#ffd700;}

img {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border:none;
    
}

.itoulinktext {
    text-align: center;
    font-size: small;
    color: #95a61d;
}

.itoulinktextDark {
    text-align: center;
    font-size: small;
    color: #95a61d;
}

.footer  {color: #FFCC00;}
.footer a:link {color:#FFCC00;}
.footer a:visited { color: #FFCC00; }
.footer a:visited {text-decoration: none; background-color: #FFFFEE; color: ##FFCC00;}
.footer a:focus {text-decoration: none; background-color: #FFFFEE; color: ##FFCC00; }
.footer a:hover { text-decoration: underline; background-color: #FFFFEE; color: ##FFCC00;}


}

.itoulinktext:link {color: #FFCC00;}
.itoulinktext {color: #FFCC00;}
.itoulinktext:visited {color: #FFCC00;}
.itoulinktext:focus {text-decoration: underline; background-color: #FFFFEE; color: #0373d7; }
.itoulinktext:hover { text-decoration: underline; background-color: #FFFFEE; color: #0373d7;}

.itoulinktextDark :link {color: #95a61d;}
.itoulinktextDark  {color: #95a61d;}
.itoulinktextDark :visited {color: #95a61d;}
.itoulinktextDark :focus {text-decoration: underline; background-color: #FFFFEE; #95a61d; }
.itoulinktextDark :hover { text-decoration: underline; background-color: #FFFFEE; #95a61d;}