/* CSS Document */

body {
    background: white;
    /*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
    font-family:Geneva,Arial,Helvetica,sans-serif;
    margin: 0px auto;
    max-width:900px;    
    border: 1px solid;
    border-color:#c3c7c4;
    text-align: justify;
}

section h1 {
    text-align: center;
    text-shadow: 3px 3px 5px #888888;
}

section h4 {
    text-shadow: 3px 3px 5px #888888;
}

#box {
    background-color: lightgrey;
    width: 780px;
    padding: 20px;
    margin: 20px;
    border 0px;
    border-radius: 8px;
    box-shadow: 10px 10px 5px #888888;
}

section {
    padding: 1.5em; 
}

section p {
    line-height: 1.5em; 
}

section li {
    list-style-type: none;
    line-height: 1.5em;
}

iframe {
     padding: 1.5em;    
}