html{
    background-color : #dadada;
    font-size: 100%;
}

body{
    background-color : #005E21;
    max-width: 850px;
    min-width: 320px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 1px;
    box-shadow: 1px 1px 12px #555;
    font-family: Verdana, Sans-Serif;
}

header {
    color: white;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
    margin-bottom: 0px;
}
header h1{
    margin-bottom: 0px;
    padding: 10px;
}

nav{
    margin-top: 0px;
    padding-left: 0px;
    background: #00802D;
    padding: 5px;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}
nav a{
    text-decoration: none;
    font-weight:bold;
    color: white;
    padding: 5px;
}
nav a:hover{
    background: black;
}
nav a.selec{
    background: #005E21;
}


section{
    background-color: white;
    text-align: justify;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
section h2{
    color: #005E21;
/*
    font-size: 20px;
*/
    margin-bottom: 0px;
    margin-top: 15px;
}
section h3{
    color: #005E21;
/*
    font-size: 18px;
*/
    margin-bottom: 0px;
    margin-top: 15px;
}
section p{
/*
    font-size: 13px;
*/
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 5px;
/*
    text-align: justify;
*/
}
section a{
    text-decoration: none;
    font-weight: bold;
    color: green;
}
section table{
    width: 100%;
/*
    font-size: 13px;
*/
}
section ul{
/*
    font-size: 13px;
*/
    font-size: 1em;
    padding-top: 0.3em;
}
section li{
    padding-top: 0.15em;
    padding-bottom: 0.15em;
}

section hr{
    background-color: #EDEDED;
    height: 1px;
    border: 0;
}

figure{
    text-align: center;
    margin-right:0;
    margin-left:0;
}
figure img{
    width: 100%;
    max-width: 700px;    
}
figure figcaption{
/*
    font-size: 13px;
*/
}

footer {
    text-align: center;
    color: white;
    font-size: 0.7em;
}
footer p{
    margin: 5px;
}
