﻿a {
    color: gray;
    font-size: 18pt;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: underline;
}
a.Branding {
    color: white;
}
a.Branding:hover {
    color: white;
    text-decoration: none;
}
body {
    margin: 0;
    padding: 0;
    background-color: black;
    text-align: center;
    color: white;
    font-family: helvetica;
    font-size: 12pt;
    font-weight: 500;
}
div {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
}
span {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.Branding_Large {
    font-size: 48pt;
    font-weight: bold;
}
.Branding_Small {
    font-size: 12pt;
}
.Branding_Smallest {
    font-size: 10pt;
    vertical-align: middle;
}
.Title {
    font-size: 24pt;
    font-weight: bold;
}
.Subtitle {
    font-size: 18pt;
}