body{
    width: auto; max-width: 700px;
    padding-left:0px;
}
header{
    margin-left: 20px;
    padding: 10px;
    background-image: url(../images/BGI_field.jpg);
}
header .navi{
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}
header a{
    text-decoration: none;
    color: black;
}
footer{
    border-top: 1px; color: black;
    padding: 30px;
    padding-left: 100px;
}
footer a{
    text-decoration: none;
}
div.article{
    border: 1px;
    border-color: black;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: antiquewhite;
    font-size: 14px;
}
div.article ul{
 list-style: none;
 margin-left: 0px;
 padding-left: 0px;
}
div.article ol{
 margin-left: 0px;
 padding-left: 1em;
}