@charset "utf-8";
body {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,235,216,1.00);
}
nav {
    background-color: rgba(240,211,184,1.00);
    margin-top: 30px;
    margin-bottom: 20px;
}
.introduction {
    font-size: 0.8em;
    color: rgba(86,86,86,1.00);
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Arial;
    word-spacing: 1px;
    line-height: 1.2;
}
h1 {
    font-size: 2.5em;
    color: rgba(66,53,41,1.00);
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Verdana;
}
h2  {
    font-size: 2em;
    margin-top: 50px;
    margin-bottom: 20px;
    color: rgba(92,72,56,1.00);
    font-family: Verdana;
}
p {
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgba(51,41,41,1.00);
    line-height: 1.4;
    font-size: 1em;
    font-family: Georgia;
}



ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

a:link ,a:visited{
    color: rgba(67,62,63,1.00);
}

a:hover, a:active {
    color: rgba(122,114,101,1.00);
}
footer {
    background-color: rgba(142,110,83,1.00);
    text-align: center;
}
footer a:link, footer a:visited {
    color: rgba(240,211,184,1.00);
}
footer a:hover, footer a:active {
    color: rgba(249,237,226,1.00);
}
