h1 {
    font-size: 4em;
    font-weight: 100;
    color: #000;
    margin: 0px;
}

h2 {
    font-size: 1.2em;
    margin-top: 1em;
}

.h2sub {
    font-weight: 100;
}

h3 {
    font-size: 1.2em;
    margin: 0px;
    line-height: 32pt;
}

h4 {
    font-size: 10pt;
}

h6 {
    font-size: 10pt;
    position: relative;
    left: 10px;
    top: 120px;
    margin: 0px;
}

h5 {
    font-size: 10pt;
}

body {
    font-family: "Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #5f5f5f;
    margin-left: 20px;
}

table {
    width: 600px;
    margin-bottom: 3em;
}

.tile {
    width: 200px;
    font-family: inherit;
    font-size: 1.4em;
    color: #5f5f5f;
    background-color: white;
    border: 2px solid #808080;
    padding: 4px 0px;
}

.viptile {
    width: 200px;
    font-family: inherit;
    font-size: 1.4em;
    color: #000;
    background-color: white;
    border: 2px solid #000;
    padding: 4px 0px;
}

.tile-cell {
    text-align: right;
    border: 5px solid white;
}

.cell2w {
    width: 400px;
}

.canvasbutton {
    font-family: 'Segoe UI', Arial, Verdana;
    font-size: 10pt;
    line-height: 10pt;
    font-weight: bold;
    background: purple;
    color: white;
    margin: 20px 0px;
    padding: 5px 0px;
    text-align: center;
}