body {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #e0e0e0;
    margin-top: 1cm;
}

table {
    align: center;
    // margin-left: 30px;
}

td {
    // font-family:Verdana,Arial,sans-serif;
    font-size:10pt;
    // color: #d11319;
    margin: 30px;
}

img {
    // margin: 10px;
}

h1 {
    
}

a:link {
    font-style: italic;
    color:#d11319;
    text-decoration:underline;
    font-weight:bold;
}

a:visited {
    font-weight:normal;
}

a:hover {
    color:#000000;
    text-decoration:underline;
    background-color:#d11319;
    font-weight:bold;
}

a:active {
    font-family:Verdana,Arial,sans-serif;
    font-size:10pt;
    color:#ffffff;
    background-color:#000000;
    font-weight:bold;
}

table.content {
    margin-top: 30px;
    padding: 10px;
    padding-bottom: 40px;
    border: 1px gray dashed;
}

h1.whatis {
    font-style: italic;
    font-variant: small-caps;
    border-bottom: 1px solid;
}

div.newshead {
    font-size: 12pt;
    font-style: italic;
    margin-bottom: 1ex;
}

div.newscont {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    border-left: 1px dotted;
}

div.createdby {
    font-size: 8pt;
    font-style: italic;
    padding-right: 10px;
    background-color: #202020;
    text-align: right;
}
div.gigs {
    font-size: 9pt;
    font-weight: bold;
    padding-right: 10px;
    margin-bottom: 3px;
    background-color: #202020;
    text-align: center;
}