body {
    font-family: sans-serif;
    font-size:14px;
    color:#333;
    width:600px;
    margin:auto;
    text-align:justify;
}

html {
    border-top:3px solid #eee;
}

h1, h2, h3 {
    font-family: 'Leckerli One', cursive;
    margin:8px;
    text-shadow:3px 3px 3px #ddd;
}

a {
    color:#c00;
}

a:hover {
    color:black;
}

