@import url('http://superninja.dk/pub/code/css/reset.css');

body {
    font: normal 1em/1.6 'Lucida Fax', 'Palatino', Georgia, serif;
    width: 42.25em;
    padding-bottom: 1.6em;
    margin: auto;
}

#title {
    text-align: center;
    font: 3em 'Gill Sans Ultra Bold', sans-serif;
    margin: 1em 0 0.333em 0;
}

h2 {
    font-family: 'Myriad Pro', sans-serif;
    padding: 1%;
    border: 1px solid #ccc;
    margin-top: 1.6em;
}

    h2 a {
        color: inherit;
        border: 0;
    }
    
        h2 a.permalink {
            margin-left: 1em;
        }

h3 {
    font-family: 'Myriad Pro';
    margin-top: 1em;
}

p {
    text-align: justify;
}

p + p {
    text-indent: 1em;
}

a {
    color: #000;
    border-bottom: 2px solid #333;
    font-family: 'Myriad Pro', sans-serif;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
    margin-bottom: 1.6em;
}


sup {
    font-size: smaller;
    vertical-align: super;
}

em {
    font-style: italic;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

blockquote {
    color: #333;
    margin: 0.8em 1em;
    border-left: 2px solid #000;
    padding-left: 5px;
    font: normal 1em/1.2 'Myriad Pro', sans-serif;
}

q {
    quotes: "â€˜" "â€™" 'â€œ' 'â€';
}

q:before {
    content: "â€˜";
}

q:after {
    content:  "â€™";
}

q ins,
blockquote ins {
    background: #ffc;
    padding: 0 .2%;
    text-decoration: none;
    font-style: italic;
}

a:focus {
    outline: 1px dotted #000;
}

li ol,
li ul {
    margin: 0 0 0 1em !important;
}

hr {
    border: none;
    border-top: 1px solid #000;
    width: 80%;
    margin: auto;
    margin-top: 1.6em;
}

table {}

    table thead {
        font-weight: bold;
        text-align: left;
    }

    table td {
        width: 33.3%;
    }