body {
    font-family:Helvetica, sans-serif;
    color:white;
    background:#111;
    font-size:10pt;
    line-height:1.5em;
    text-align:justify
}

table {
    font-family:Helvetica, sans-serif;
    color:white;
    background:transparent;
    font-size:10pt;
    line-height:1.5em;
    text-align:justify
}


img {
    border:none
}

h3 {
    margin-left:150px;
    color:#116bf3
}

.news  h3{
    margin-left:1ex;
    color:#116bf3
}

.news p{
    margin-left:1ex;
    color:#444
}

a {color:#bbb;
    text-decoration:none;
    font-weight:bold;
}

a:hover {text-decoration:underline;
    color:white
}

.nav {
    width:700px;
    text-align:center;
    margin:10px auto 0 auto;
    }

.nav ul {
    list-style:none;
    margin-left:-4ex;
    }
    
.nav li {
    display:inline;
    padding:1ex 9px;
    }
 
 .festival {
     color:red;
 }

 .festival:hover {
     color:gray;
 }


#anncWrapper {width:400px; height:90px; margin: 10px auto}
#anncWrapper div {width:110px; height: 60px; text-align:left; padding: 5px 10px}
#anncWrapper #left {float:left}
#anncWrapper #right {float:right}
#anncWrapper div h3 {margin:0}

.footer {
    width:700px;
    text-align:center;
    font-size:smaller;
    color:#888;
    margin:1ex auto 1ex auto;    
 }
 
.footer ul {
    list-style:none;
    font-size:small;
    margin:2ex 0 2ex -5ex;    
    }
    
.footer li {
    display:inline;
    }