﻿/* Copyright 2019, Sciamble Corp. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */

* {
    margin: 0;
    font-family: "Segoe UI", "sans-serif";
    font-size: 15px;
    font-weight: normal;
}

h1, h1 > * {
    font-size: 34px;
    font-weight: bolder;
    line-height: 60px;
}

h2, h2 > * {
    font-size: 34px;
    font-weight: normal;
    line-height: 60px;
}

h3, h3 > * {
    font-size: 30px;
    font-weight: bolder;
    line-height: 54px;
}

h4, h4 > * {
    font-size: 30px;
    font-weight: normal;
    line-height: 54px;
}

h5, h5 > * {
    font-weight: bolder;
    line-height: 36px;
}

h6, h6 > * {
    font-weight: normal;
    line-height: 24px;
}

p, p > * {
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 24px;
}

th {
    font-weight: bolder;
}

b, b > * {
    font-weight: bolder;
}

.blueText {
    color: blue;
}

.monospace * {
    font-family: monospace;
}
