@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
 a:link {
    color: #0066ff;
    text-decoration: none;
}
a:active {
    color: #0066ff;
    text-decoration: none;
}
a:visited {
    color: #0066ff;
    text-decoration: none;
}
a:hover {
    color: #0066ff;
    text-decoration: none;
}
body {
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
}
.body {
    color: #707070;
    max-width: 600px;
    witdh: 100%;
    font-weight: 400;
    margin-top: 6%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: #000 .0px .0px .1px;
    min-width: inherit;
}
.title {
    color: #181818;
    font-size: 25px;
    font-weight: 350;
    -webkit-text-size-adjust: 95%;
}
.head {
    font-size: 20px;
    -webkit-text-size-adjust: 95%;
}
.content {
    padding-top: 6%;
    font-size: 18px;
    -webkit-text-size-adjust: 95%;
}
.footer {
    padding-top: 6%;
    color: #383838;
    font-size: 13px;
    font-weight: 100;
    -webkit-text-size-adjust: 95%;
}
.links {
    padding-top: 6%;
    -webkit-text-size-adjust: 95%;
}
.images {
    padding-top: 6%;
    -webkit-text-size-adjust: 95%;
}
.bold {
    font-weight: 100;
    display: inline;
    -webkit-text-size-adjust: 95%;
}
.light {
    font-weight: 100;
    display: inline;
    -webkit-text-size-adjust: 95%;
}
