﻿body {
    background-color: #012456;
    color: #EEEDF0;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
}

p {
    margin: 0 0 3px 0;
}

p.text-danger {
    color: #FF0000;
}

p.text-information {
    color: #00FFFF;
}

p.text-information a,
p.text-information a:visited {
    color: #00FFFF;
}

p.text-success {
    color: #00FF00;
}