/* general setup */

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    max-width: 70em;
    color: black;
    background-color: white;
}

body {
    margin: 8px;
}



/* headings */

h1, h2 {
    color: #3cc046;
}

h1 {
    font-size: 36pt;
}

h2 {
    font-size: 24pt;
}


/* links */

a:link, a:visited, a:active, a:hover {
    color: #228b22;
    font-weight: bold;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a img {
    border: none;
}



/* tables */

table
{
    border-collapse: collapse;
    font-size: 12pt;
}

table, tr, th, td
{
    border: 1px solid black;
}

table.noborder, table.noborder tr, table.noborder th, table.noborder td
{
    border: 0px;
}

th, td
{
    padding: 3px;
}

th
{
    background-color: #98fb98;
}

td.num
{
  text-align: right;
}

td ol
{
  margin: 0;
}

/* specials */

.iban {
    padding-right: 0.5em;
}

.info {
    font-weight: bold;
    margin-left: 2em;
}

.message {
    font-weight: bold;
    font-size: 17pt;
    color: #cc0000;
    padding: 0.5em;
    border: solid 2px #cc0000;
    margin-left: 1em;
}
