﻿
body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
    font: 12px "Segoe UI",Verdana,Helvetica,Sans-Serif;
    border: 0;
    background: #666;
    color: #323232;
    background: #000;
    overflow: hidden;
    background: rgb(0, 0, 0);
    margin: 0px;
    border: 0px currentColor;
    height: 100%;
    color: rgb(50, 50, 50);
    max-height: 100%;
    cursor: default;
}

.BootScreen 
{
    font:12px "Segoe UI",Verdana,Helvetica,Sans-Serif;
    background-color: White;
    font-size: 20px;
    width: 100%;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    border:0;
    height:3000px;
    max-height:100%;
    overflow: hidden;
}

.BootScreen p 
{
    font-size: small;
    padding: 0;
    margin: 0 0 0 10px;
}