﻿body
{
    height:100%;
    font-size: 24px;

    /* These are the standard fallbacks that are design approved for the majority of the supported devices. */
    font-family:Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;

    color:#ebebeb;
    background-color:#6d6768;

    padding: 64px 28px 64px 28px;
    word-break: break-all;
}

/* Position the logo below the speech orb so it does not get covered when the user is in active listening */
.appLogo {
    margin-top: 90px;

}

/* unvisited link */
a:link {
    color: orange;
}

/* visited link */
a:visited {
    color: orange;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: orange;
}