body {
    margin: 0 10%;
    background: #333333;
    color: #454545;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.5em;
    font-style: normal;
    font-weight: normal;
    text-align: justify ;
}

/*
 * Estrutura, etc.
 * <Tudo>
 *  <Topo></Topo>
 *  <Corpo></Corpo>
 *  <Rodape></Rodape>
 * </Tudo>
 */

#Tudo, #Topo, #Corpo, #Rodape {
    background: white;
    color: #454545;
}
#Corpo {
    padding: 1em 10% !important;
}
#Tudo, #Topo, #Corpo, #Rodape, .menu, .branco {
    margin: 0;
    padding: 0;
}
.menu {
    text-align: center;
    background: #E2E2E2; /* light gray */
    color: black;
}
li.menu {
    display: inline;
    padding: 0 4%;
    font-family: Arial, sans-serif;
}
.branco {
    background: #999999;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
#Rodape {
    background: #00A600;
    color: #ffffff;
    text-align: right;
    line-height: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-top: gray 1px dotted;
}
#Tudo {
    margin: 1em 0 1em !important;
}

#Rodape small {
    margin: 0 1%;
}

/* ***************** Common styles ***************** */
h1, h2, h3 {
    background: inherit;
}
h1 {
    color: green;
    text-align: center;
    font-size: 1.1em;
}
h2 {
    color: green;
    font-size: 1.1em;
}
h3 {
    color: black;
    font-size: 1em;
}
blockquote {
    font-size: 90%;
    line-height: 1.3em;
    color: #777;
    border-left: thin black solid ;
    background: #fcfcf5;
    padding: 0.3em 0.8em 0.3em 1em;
}
hr {
    width: 75%;
}
a:link, a:visited, a:hover, a:active {
    color: #000000;
    text-decoration: none;
    background: inherit;
}

img {
    border: 0;
}

/*
 * Tricks
 */

img.LFloat { /* cartaz, etc. */
    float: left;
    margin: 1px 1% 1px 0;
}
img.RFloat { /* cartaz, etc. */
    float: right;
    margin: 1px 0 1px 1%;
}


/* ******************
 * Programacao
 */

table {
    border-color: silver;
}
th {
    color: gray;
    text-align: center ;
}
colgroup.ProgAtiv {
    width: 84%;
}
.Event_Type {
    text-align: left;
    font-weight: bold ;
    color: green;
    margin: 0% 30% 0% 1%;
    padding: 0 1% 0 1%;
    border-bottom: thin #e8e8f8 dotted ;
}
.Event_detail {
    margin: 1% 1% 1% 1%;
    padding: 0 1% 0 1%;
    background: #fcfcf5;
}
.Event_detail q:before { content: "" }
.Event_detail q:after { content: "" }

#cartaz {
    text-align: center;
    margin: 1% 0;
}