html, body {
    background-color: #fefefe;
    color: #020202;
    
    font-family: Myriad Pro, Arial, sans-serif;
    font-size: 14px;
}

#core {
    width: 800px;
    margin: auto;
    margin-top: 10px;
}

.clr {
    clear: both;
}

#core .logo {
    float: left;
}

#core .contact {
    float: right;
    margin-top: 49px;
}

#core .contact a {
    color: #020202;
}

h1 {
    
}

p {
    line-height: 18px;
    text-align: justify;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 5px;
    line-height: 18px;
}

.footer {
    margin-top: 25px;
}

.footer a {
    color: #020202;
}