﻿.title {
    color: #16242a;
    font-family: 'Comic Sans MS';
    font-size: 18px;
    font-weight: normal;
    line-height: 10px;
    margin: 10px 0 20px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 #000, margin: 10px 0 24px;
    text-align: left;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.paragraph {
    font-family: 'Comic Sans MS';
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: chocolate;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

table.darkTable {
    margin-left: 3cm;
    font-family: "Constantia";
    font-style: italic;
    font-weight: lighter;
    border: 2px solid #000000;
    background-color: #4A4A4A;
    width: 70%;
    /*height: 200px;*/
    text-align: left;
    border-collapse: collapse;
}

    /*table.darkTable td, table.darkTable th {
        border: 1px solid #4A4A4A;
        padding: 3px 2px;
    }*/

    table.darkTable tbody td {
        font-size: 11px;
        color: #E6E6E6;
        /*font-weight:lighter;
        font-style:normal;*/
    }

    table.darkTable tr:nth-child(even) {
        background: #888888;
    }
